Freigeben über


FontsAndColorsCategory.ColorCategory-Eigenschaft

Ruft die Farbkategorie ab oder legt diese fest.

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Syntax

'Declaration
Public Property ColorCategory As Guid
public Guid ColorCategory { get; protected set; }
public:
property Guid ColorCategory {
    Guid get ();
    protected: void set (Guid value);
}
member ColorCategory : Guid with get, set
function get ColorCategory () : Guid 
protected function set ColorCategory (value : Guid)

Eigenschaftswert

Typ: Guid
Die Farbkategorie.

.NET Framework-Sicherheit

Siehe auch

Referenz

FontsAndColorsCategory Klasse

Microsoft.VisualStudio.Editor-Namespace