Metodo FlavoredProject.IVsUIHierarchy.GetGuidProperty

Ottiene le proprietà i cui valori sono GUID.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function GetGuidProperty ( _
    itemid As UInteger, _
    propid As Integer, _
    <OutAttribute> ByRef pguid As Guid _
) As Integer Implements IVsUIHierarchy.GetGuidProperty
int IVsUIHierarchy.GetGuidProperty(
    uint itemid,
    int propid,
    out Guid pguid
)

Parametri

  • itemid
    Tipo: System.UInt32
    ID elemento del nodo della gerarchia per il quale ottenere la proprietà.

Valore restituito

Tipo: System.Int32
S_OK .

Implementa

IVsUIHierarchy.GetGuidProperty(UInt32, Int32, Guid%)

Note

Questo metodo chiama il metodo di GetGuidProperty .

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FlavoredProject Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Flavor