共用方式為


GraphConditionalStyle.GroupLabel 屬性

選擇性樣式群組標籤。

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

語法

'宣告
Public Property GroupLabel As String
public string GroupLabel { get; set; }
public:
property String^ GroupLabel {
    String^ get ();
    void set (String^ value);
}
member GroupLabel : string with get, set
function get GroupLabel () : String 
function set GroupLabel (value : String)

屬性值

類型:String
傳回 String

.NET Framework 安全性

請參閱

參考

GraphConditionalStyle 類別

Microsoft.VisualStudio.GraphModel.Styles 命名空間