DkmEngineSettings.GetUserDocumentPath Method

Definition

Get the user document visual studio folder path.

public:
 System::String ^ GetUserDocumentPath();
public:
 Platform::String ^ GetUserDocumentPath();
std::wstring GetUserDocumentPath();
public string GetUserDocumentPath ();
member this.GetUserDocumentPath : unit -> string
Public Function GetUserDocumentPath () As String

Returns

[Out] Returns the user document visual studio path.

Applies to