WpfViewOptionExtensions.AppearanceCategory(IEditorOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the appearance category.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ AppearanceCategory(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static Platform::String ^ AppearanceCategory(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static string AppearanceCategory (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member AppearanceCategory : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> string
<Extension()>
Public Function AppearanceCategory (options As IEditorOptions) As String
Parameters
- options
- IEditorOptions
The IEditorOptions.
Returns
The appearance category, which determines where to look up font properties and colors.