Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Function get_HelpContext ( _
<OutAttribute> ByRef pdwHelpContext As UInteger _
) As Integer
'Usage
Dim instance As IVsBuildDependency
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.
Implements
IVsDependency.get_HelpContext(UInt32%)
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsBuildDependency::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.