共用方式為


GraphObject.DescriptiveCategoryLabel 屬性

建立此圖形物件之所有分類標籤的分隔清單。

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

語法

'宣告
Public ReadOnly Property DescriptiveCategoryLabel As String
public string DescriptiveCategoryLabel { get; }
public:
property String^ DescriptiveCategoryLabel {
    String^ get ();
}
member DescriptiveCategoryLabel : string with get
function get DescriptiveCategoryLabel () : String

屬性值

類型:String
此圖形物件之所有分類標籤的分隔清單。

.NET Framework 安全性

請參閱

參考

GraphObject 類別

Microsoft.VisualStudio.GraphModel 命名空間