Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
    Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
      Microsoft.VisualStudio.Text.Editor.UseReducedOpacityForHighContrastOption
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("UseReducedOpacityForHighContrast")> _
Public NotInheritable Class UseReducedOpacityForHighContrastOption _
    Inherits EditorOptionDefinition(Of Boolean)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("UseReducedOpacityForHighContrast")]
public sealed class UseReducedOpacityForHighContrastOption : EditorOptionDefinition<bool>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"UseReducedOpacityForHighContrast")]
public ref class UseReducedOpacityForHighContrastOption sealed : public EditorOptionDefinition<bool>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("UseReducedOpacityForHighContrast")>]
type UseReducedOpacityForHighContrastOption =  
    class 
        inherit EditorOptionDefinition<bool>
    end
public final class UseReducedOpacityForHighContrastOption extends EditorOptionDefinition<boolean>
The UseReducedOpacityForHighContrastOption type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | UseReducedOpacityForHighContrastOption | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Default | (Overrides EditorOptionDefinition<T>.Default.) | 
| .gif) | DefaultValue | Gets the default value of the option. (Inherited from EditorOptionDefinition<T>.) | 
| .gif) | Key | (Overrides EditorOptionDefinition<T>.Key.) | 
| .gif) | Name | Gets the name of the option. (Inherited from EditorOptionDefinition<T>.) | 
| .gif) | ValueType | Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.) | 
| .gif) | GetHashCode | Gets the hash code of this type. (Inherited from EditorOptionDefinition.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsApplicableToScope | Determines whether this option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.) | 
| .gif) | IsValid(Object%) | Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.