Partager via


IGraphFormattedLabel.Description, méthode

Fournit une description facultative à associer au nœud.Une utilisation courante pour le consommateur consiste à afficher comme fenêtre contextuelle d'informations.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Function Description ( _
    graphObject As GraphObject, _
    graphCommandDefinitionIdentifier As String _
) As String
string Description(
    GraphObject graphObject,
    string graphCommandDefinitionIdentifier
)
String^ Description(
    GraphObject^ graphObject, 
    String^ graphCommandDefinitionIdentifier
)
abstract Description : 
        graphObject:GraphObject * 
        graphCommandDefinitionIdentifier:string -> string 
function Description(
    graphObject : GraphObject, 
    graphCommandDefinitionIdentifier : String
) : String

Paramètres

  • graphCommandDefinitionIdentifier
    Type : System.String
    Identificateur de commande associé au nœud affiché.Cela peut être utilisé pour personnaliser l'étiquette d'un nœud en cas d'affichage à l'aide de vues différentes.

Valeur de retour

Type : System.String
retourne String ;

Sécurité .NET Framework

Voir aussi

Référence

IGraphFormattedLabel Interface

Microsoft.VisualStudio.GraphModel, espace de noms