IGraphFormattedLabel.Description (Método)

Proporciona una descripción opcional para asociar al nodo.Un uso común del consumidor es mostrar esto como una ventana emergente de información.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Parámetros

  • graphCommandDefinitionIdentifier
    Tipo: System.String
    El identificador de comandos asociado al nodo mostrado.Esto se puede utilizar para personalizar la etiqueta para un nodo cuando se vista en vistas diferentes.

Valor devuelto

Tipo: System.String
Devuelva String.

Seguridad de .NET Framework

Vea también

Referencia

IGraphFormattedLabel Interfaz

Microsoft.VisualStudio.GraphModel (Espacio de nombres)