Proprietà FontsAndColorsCategory.FontCategory
Ottiene o imposta la categoria del tipo di carattere.
Spazio dei nomi: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Guid
La categoria del tipo di carattere.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.