Freigeben über


UseReducedOpacityForHighContrastOption.Key-Eigenschaft

Dieser Member überschreibt EditorOptionDefinition<T>.Key.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Boolean)
public override EditorOptionKey<bool> Key { get; }
public:
virtual property EditorOptionKey<bool> Key {
    EditorOptionKey<bool> get () override;
}
abstract Key : EditorOptionKey<bool> with get 
override Key : EditorOptionKey<bool> with get
override function get Key () : EditorOptionKey<boolean>

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

UseReducedOpacityForHighContrastOption Klasse

Microsoft.VisualStudio.Text.Editor-Namespace