IDkmVisualStudioServices.GetUserDocumentPath(DkmEngineSettings) Method

Definition

Get the user document visual studio folder path.

public:
 System::String ^ GetUserDocumentPath(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public string GetUserDocumentPath (Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member GetUserDocumentPath : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> string
Public Function GetUserDocumentPath (settings As DkmEngineSettings) As String

Parameters

settings
DkmEngineSettings

[In] Contains the session-wide debug settings. There is one instance of this object per engine Guid (ex: one instance for COMPlusOnlyEng2, one instance for COMPlusNativeEng).

Returns

[Out] Returns the user document visual studio path.

Applies to