OutliningUndoEnabled, classe

Définition de l'option déterminant si le mode Plan est annulable.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("TextView/OutliningUndo")> _
Public NotInheritable Class OutliningUndoEnabled _
    Inherits EditorOptionDefinition(Of Boolean)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("TextView/OutliningUndo")]
public sealed class OutliningUndoEnabled : EditorOptionDefinition<bool>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"TextView/OutliningUndo")]
public ref class OutliningUndoEnabled sealed : public EditorOptionDefinition<bool>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("TextView/OutliningUndo")>]
type OutliningUndoEnabled =  
    class 
        inherit EditorOptionDefinition<bool>
    end
public final class OutliningUndoEnabled extends EditorOptionDefinition<boolean>

Le type OutliningUndoEnabled expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique OutliningUndoEnabled Initialise une nouvelle instance de l'élément OutliningUndoEnabled.

Début

Propriétés

  Nom Description
Propriété publique Default Obtient la valeur par défaut (true). (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 Obtient la clé option de l'éditeur. (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