Package.UserDataPath Property

Definition

Gets the path to user data storage for Visual Studio.

public:
 property System::String ^ UserDataPath { System::String ^ get(); };
public:
 property Platform::String ^ UserDataPath { Platform::String ^ get(); };
public string UserDataPath { get; }
member this.UserDataPath : string
Public ReadOnly Property UserDataPath As String

Property Value

The path to user data storage.

Remarks

This property is safe to access from any thread.

Applies to