WpfViewOptionExtensions.AppearanceCategory Method
Specifies the appearance category.
Namespace: Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function AppearanceCategory ( _
options As IEditorOptions _
) As String
public static string AppearanceCategory(
this IEditorOptions options
)
[ExtensionAttribute]
public:
static String^ AppearanceCategory(
IEditorOptions^ options
)
static member AppearanceCategory :
options:IEditorOptions -> string
public static function AppearanceCategory(
options : IEditorOptions
) : String
Parameters
options
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptionsThe IEditorOptions.
Return Value
Type: String
The appearance category, which determines where to look up font properties and colors.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.
See Also
Reference
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace