Partager via


UseReducedOpacityForHighContrastOption, classe

Hiérarchie d'héritage

Object
  Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
    Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
      Microsoft.VisualStudio.Text.Editor.UseReducedOpacityForHighContrastOption

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
<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>

Le type UseReducedOpacityForHighContrastOption expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UseReducedOpacityForHighContrastOption

Début

Propriétés

  Nom Description
Propriété publique Default (Substitue EditorOptionDefinition<T>.Default.)
Propriété publique DefaultValue Obtient la valeur par défaut de l'option. (Hérité de EditorOptionDefinition<T>.)
Propriété publique Key (Substitue EditorOptionDefinition<T>.Key.)
Propriété publique Name Obtient le nom de l'option. (Hérité de EditorOptionDefinition<T>.)
Propriété publique ValueType Obtient le type réel de l'option. (Hérité de EditorOptionDefinition<T>.)

Début

Méthodes

  Nom Description
Méthode publique Equals Détermine si deux objets EditorOptionDefinition sont identiques. (Hérité de EditorOptionDefinition.)
Méthode publique GetHashCode Obtient le code de hachage correspondant à ce type. (Hérité de EditorOptionDefinition.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique IsApplicableToScope Détermine si cette option est applicable à la portée spécifiée (mémoire tampon de texte, par exemple). (Hérité de EditorOptionDefinition.)
Méthode publique IsValid(Object%) Détermine si la valeur proposée est valide. (Hérité de EditorOptionDefinition<T>.)
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.VisualStudio.Text.Editor, espace de noms