FontsAndColorsCategory.AppearanceCategory Property

Definition

Returns a string representating the textual key that's used in the editor's (platform side) EditorFormatMap and ClassificationFormatMap groupings.

public:
 property System::String ^ AppearanceCategory { System::String ^ get(); };
public:
 property Platform::String ^ AppearanceCategory { Platform::String ^ get(); };
public string AppearanceCategory { get; }
member this.AppearanceCategory : string
Public ReadOnly Property AppearanceCategory As String

Property Value

The name of the appearance category.

Remarks

The return value is a name corresponding to the GUID of the FontCategory. The values are as follows:

guidTextEditorFontCategory: "text"

guidPrinterFontCategory: "printer"

guidToolTipFontCategory: "tooltip"

guidStatementCompletionFontCategory: "completion"

guidImmediateWindowFontCategory: "immediate"

guidCommandWindowFontCategory: "command"

guidOutputWindowFontCategory: "output"

guidFindResultsFontCategory: "find results"

Applies to