共用方式為


IGraphFormattedLabel.Label 方法

提供消費者將會使用的選擇性標籤,而不是節點的標籤屬性。

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

語法

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

參數

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

傳回值

型別:System.String
傳回 String

.NET Framework 安全性

請參閱

參考

IGraphFormattedLabel 介面

Microsoft.VisualStudio.GraphModel 命名空間