Package.UserDataPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.