IVsDependency::get_HelpContext Method (UInt32)

 

Returns a pointer to the Help context of a dependency.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int get_HelpContext(
	[OutAttribute] unsigned int% pdwHelpContext
)

Parameters

pdwHelpContext
Type: System::UInt32

[out] Pointer to the Help context.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: