IVsPreviewChangesEngine::GetHelpContext Method (String^)
Visual Studio 2015
Gets the dialog help context.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrHelpContext
-
Type:
System::String^
[out] The dialog help context.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
The default value is VS.PreviewChanges.
From vsshell80.idl:
HRESULT GetRootChangesList(
[out] IUnknown **ppIUnknownPreviewChangesList
);
Show: