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
- graphObject
Type : Microsoft.VisualStudio.GraphModel.GraphObject
Objet de graphique pour lequel fournir une étiquette d'affichage.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.