IVsBuildDependency.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

‘선언
Function get_HelpContext ( _
    <OutAttribute> ByRef pdwHelpContext As UInteger _
) As Integer
‘사용 방법
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

See Also

Reference

IVsBuildDependency Interface

IVsBuildDependency Members

Microsoft.VisualStudio.Shell.Interop Namespace