NestedProjectBuildDependency.get_HelpContext Method

When implemented in derived classes, gets the help context.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public Function get_HelpContext ( _
    <OutAttribute> ByRef helpContext As UInteger _
) As Integer
'使用
Dim instance As NestedProjectBuildDependency
Dim helpContext As UInteger
Dim returnValue As Integer

returnValue = instance.get_HelpContext(helpContext)
[CLSCompliantAttribute(false)]
public int get_HelpContext(
    out uint helpContext
)
[CLSCompliantAttribute(false)]
public:
virtual int get_HelpContext(
    [OutAttribute] unsigned int% helpContext
) sealed
public final function get_HelpContext(
    helpContext : uint
) : int

Parameters

Return Value

Type: System.Int32

S_OK if the method succeeds, otherwise an error code.

Implements

IVsBuildDependency.get_HelpContext(UInt32%)
IVsDependency.get_HelpContext(UInt32%)

Remarks

By default helpContext is returned as 0 and the return value is E_NOTIMPL. This method is an implementation of get_HelpContext.

Permissions

See Also

Reference

NestedProjectBuildDependency Class

NestedProjectBuildDependency Members

Microsoft.VisualStudio.Package Namespace