FontsAndColorsCategory::AppearanceCategory Property

 

Gets the textual key that is used in the IEditorFormatMap and IClassificationFormatMap groupings of the editor.

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

public:
property String^ AppearanceCategory {
	String^ get();
}

Property Value

Type: System::String^

The name of the appearance category.

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"

Return to top
Show: