NestedProjectBuildDependency.get_HelpContext-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Diese API ist nicht CLS-kompatibel. 

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

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

NestedProjectBuildDependency Klasse

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