Freigeben über


GraphConditionalStyle.GroupLabel-Eigenschaft

Die optionale Formatgruppenbezeichnung.

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: String
Gibt String zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphConditionalStyle Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace