Share via


NestedProjectBuildDependency.get_HelpContext Method

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function get_HelpContext ( _
    <OutAttribute> ByRef helpContext As UInteger _
) As Integer
[CLSCompliantAttribute(false)]
public int get_HelpContext(
    out uint helpContext
)
[CLSCompliantAttribute(false)]
public:
virtual int get_HelpContext(
    [OutAttribute] unsigned int% helpContext
) sealed
[<CLSCompliantAttribute(false)>]
abstract get_HelpContext : 
        helpContext:uint32 byref -> int 
[<CLSCompliantAttribute(false)>]
override get_HelpContext : 
        helpContext:uint32 byref -> int 
public final function get_HelpContext(
    helpContext : uint
) : int

Parameters

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

NestedProjectBuildDependency Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace