Compartilhar via


Propriedade FontsAndColorsCategory.FontCategory

Obtém ou define a categoria de fonte.

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

Sintaxe

'Declaração
Public Property FontCategory As Guid
public Guid FontCategory { get; protected set; }
public:
property Guid FontCategory {
    Guid get ();
    protected: void set (Guid value);
}
member FontCategory : Guid with get, set
function get FontCategory () : Guid 
protected function set FontCategory (value : Guid)

Valor de propriedade

Tipo: Guid
A categoria de fonte.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor