IVsDependency.get_HelpContext Method
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)
Syntax
'Declaración
Function get_HelpContext ( _
<OutAttribute> ByRef pdwHelpContext As UInteger _
) As Integer
'Uso
Dim instance As IVsDependency
Dim pdwHelpContext As UInteger
Dim returnValue As Integer
returnValue = instance.get_HelpContext(pdwHelpContext)
int get_HelpContext(
out uint pdwHelpContext
)
int get_HelpContext(
[OutAttribute] unsigned int% pdwHelpContext
)
abstract get_HelpContext :
pdwHelpContext:uint32 byref -> int
function get_HelpContext(
pdwHelpContext : uint
) : int
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.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsDependency::get_HelpContext(
[out] DWORD *pdwHelpContext
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.