Metodo NestedProjectBuildDependency.get_HelpContext

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Questa API non è conforme a CLS. 

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
<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

Parametri

Valore restituito

Tipo: System.Int32

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NestedProjectBuildDependency Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal