Compartilhar via


Propriedade FontsAndColorsCategory.ColorCategory

Obtém ou define a categoria de cor.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Guid
A categoria de cor.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor