IGraphFormattedLabel, interface
Interface représenter une extension qui peut fournir des étiquettes mises en forme facultatives concernant un GraphObject (autrement dit, les balises qui ne sont pas stockés définitivement avec l'objet).
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Interface IGraphFormattedLabel
public interface IGraphFormattedLabel
public interface class IGraphFormattedLabel
type IGraphFormattedLabel = interface end
public interface IGraphFormattedLabel
Le type IGraphFormattedLabel expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Description | Fournit une description facultative à associer au nœud.Une utilisation courante pour le consommateur consiste à afficher comme fenêtre contextuelle d'informations. | |
Label | Fournit une étiquette facultative que le consommateur utilise au lieu de la propriété Étiquette du nœud. |
Début