FontsAndColorsCategory::AppearanceCategory Property
Visual Studio 2015
Gets the textual key that is used in the IEditorFormatMap and IClassificationFormatMap groupings of the editor.
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
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"
Show: