Sdílet prostřednictvím


IGraphFormattedLabel.Description – metoda

Obsahuje popis přidružení k uzlu.Běžné použití pro spotřebitele je to zobrazované informace rozbalovací okno.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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

Parametry

  • graphCommandDefinitionIdentifier
    Typ: String

    Identifikátor příkazu přidružený uzel zobrazen.To umožňuje upravit popisek uzlu při zobrazení v různých zobrazeních.

Vrácená hodnota

Typ: String
Vrátí String.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGraphFormattedLabel Rozhraní

Microsoft.VisualStudio.GraphModel – obor názvů