IGraphFormattedLabel 介面
連接代表即可可以為 GraphObject 的副檔名 (沒有永久儲存物件) 的標籤提供選擇性格式化的標籤。
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Interface IGraphFormattedLabel
public interface IGraphFormattedLabel
public interface class IGraphFormattedLabel
type IGraphFormattedLabel = interface end
public interface IGraphFormattedLabel
IGraphFormattedLabel 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Description | 提供與節點關聯的選擇性描述。一般消費者的是顯示為快顯訊息視窗。 | |
Label | 提供消費者將會使用的選擇性標籤,而不是節點的標籤屬性。 |
回頁首