IVsPreviewChangesEngine.GetHelpContext(String) Method
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 dialog help context.
public:
int GetHelpContext([Runtime::InteropServices::Out] System::String ^ % pbstrHelpContext);
int GetHelpContext([Runtime::InteropServices::Out] std::wstring const & & pbstrHelpContext);
public int GetHelpContext (out string pbstrHelpContext);
abstract member GetHelpContext : string -> int
Public Function GetHelpContext (ByRef pbstrHelpContext As String) As Integer
Parameters
- pbstrHelpContext
- String
[out] The dialog help context.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The default value is VS.PreviewChanges
.
COM Signature
From vsshell80.idl:
HRESULT GetRootChangesList(
[out] IUnknown **ppIUnknownPreviewChangesList
);