Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the font category.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Guid
The font category.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.