OutliningUndoEnabled Class
The option definition that determines whether outlining is undoable.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.OutliningUndoEnabled
| Name | Description | |
|---|---|---|
![]() | OutliningUndoEnabled() | Initializes a new instance of OutliningUndoEnabled. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value (true).(Overrides EditorOptionDefinition<T>.Default.) |
![]() | DefaultValue | Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Key | Gets the editor option key.(Overrides EditorOptionDefinition<T>.Key.) |
![]() | Name | Gets the name of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | ValueType | Gets the actual type of the option.(Inherited from EditorOptionDefinition<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.) |
![]() | GetHashCode() | Gets the hash code of this type.(Inherited from EditorOptionDefinition.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicableToScope(IPropertyOwner) | Determines whether this option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

