Partager via


IGraphFormattedLabel.Label, méthode

Fournit une étiquette facultative que le consommateur utilise au lieu de la propriété Étiquette du nœud.

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

Syntaxe

'Déclaration
Function Label ( _
    graphObject As GraphObject, _
    graphCommandDefinitionIdentifier As String _
) As String
string Label(
    GraphObject graphObject,
    string graphCommandDefinitionIdentifier
)
String^ Label(
    GraphObject^ graphObject, 
    String^ graphCommandDefinitionIdentifier
)
abstract Label : 
        graphObject:GraphObject * 
        graphCommandDefinitionIdentifier:string -> string 
function Label(
    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