Partager via


FlavoredProject.IVsHierarchy.GetGuidProperty, méthode

Obtient les propriétés dont les valeurs sont GUID.

Espace de noms :  Microsoft.VisualStudio.Shell.Flavor
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Function GetGuidProperty ( _
    itemId As UInteger, _
    propId As Integer, _
    <OutAttribute> ByRef guid As Guid _
) As Integer Implements IVsHierarchy.GetGuidProperty
int IVsHierarchy.GetGuidProperty(
    uint itemId,
    int propId,
    out Guid guid
)

Paramètres

  • itemId
    Type : System.UInt32
    L'IDENTIFICATEUR de l'élément de hiérarchie.
  • guid
    Type : System.Guid%
    [out] retourne la valeur de GUID de la propriété.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsHierarchy.GetGuidProperty(UInt32, Int32, Guid%)

Remarques

Ce appels de méthode la méthode d'GetGuidProperty, qui appelle la méthode d'GetGuidProperty sur le projet interne.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms