Partager via


FlavoredProject.IVsHierarchy.SetGuidProperty, méthode

Définit 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 SetGuidProperty ( _
    itemId As UInteger, _
    propId As Integer, _
    ByRef guid As Guid _
) As Integer Implements IVsHierarchy.SetGuidProperty
int IVsHierarchy.SetGuidProperty(
    uint itemId,
    int propId,
    ref Guid guid
)

Paramètres

  • propId
    Type : System.Int32
    L'IDENTIFICATEUR de la propriété à l'ensemble.
  • guid
    Type : System.Guid%
    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.SetGuidProperty(UInt32, Int32, Guid%)

Remarques

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

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms