共用方式為


IGraphFormattedLabel.Description 方法

提供與節點關聯的選擇性描述。一般消費者的是顯示為快顯訊息視窗。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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

參數

  • graphCommandDefinitionIdentifier
    型別:System.String
    與所顯示的節點相關聯的命令識別項。在不同的檢視中檢視時,這可以用來自訂節點的標籤。

傳回值

型別:System.String
傳回 String

.NET Framework 安全性

請參閱

參考

IGraphFormattedLabel 介面

Microsoft.VisualStudio.GraphModel 命名空間