IVsPreviewChangesEngine.GetHelpContext(String) Method

Definition

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  
);  

Applies to