IVsDependency::get_HelpContext Method (UInt32)
Visual Studio 2015
Returns a pointer to the Help context of a dependency.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pdwHelpContext
-
Type:
System::UInt32
[out] Pointer to the Help context.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDependency::get_HelpContext( [out] DWORD *pdwHelpContext );
Show: