ViewOptionDefinition<T> Class
Defines a ITextView-specific editor option.
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.ViewOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.AutoScrollEnabled
Microsoft.VisualStudio.Text.Editor.ChangeTrackingMarginEnabled
Microsoft.VisualStudio.Text.Editor.CutOrCopyBlankLineIfNoSelection
Microsoft.VisualStudio.Text.Editor.DragDropEditing
Microsoft.VisualStudio.Text.Editor.GlyphMarginEnabled
Microsoft.VisualStudio.Text.Editor.HorizontalScrollBarEnabled
Microsoft.VisualStudio.Text.Editor.IsViewportLeftClipped
Microsoft.VisualStudio.Text.Editor.LineNumberMarginEnabled
Microsoft.VisualStudio.Text.Editor.OutliningMarginEnabled
Microsoft.VisualStudio.Text.Editor.OverwriteMode
Microsoft.VisualStudio.Text.Editor.ProduceScreenReaderFriendlyText
Microsoft.VisualStudio.Text.Editor.SelectionMarginEnabled
Microsoft.VisualStudio.Text.Editor.SuggestionMarginEnabled
Microsoft.VisualStudio.Text.Editor.UseVirtualSpace
Microsoft.VisualStudio.Text.Editor.UseVisibleWhitespace
Microsoft.VisualStudio.Text.Editor.VerticalScrollBarEnabled
Microsoft.VisualStudio.Text.Editor.ViewProhibitUserInput
Microsoft.VisualStudio.Text.Editor.WordWrapStyle
Microsoft.VisualStudio.Text.Editor.ZoomControlEnabled
| Name | Description | |
|---|---|---|
![]() | ViewOptionDefinition<T>() | Initializes a new instance of ViewOptionDefinition<T>. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of this option.(Inherited from EditorOptionDefinition<T>.) |
![]() | DefaultValue | Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Key | Gets the key of this option.(Inherited from EditorOptionDefinition<T>.) |
![]() | 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.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code of this type.(Inherited from EditorOptionDefinition.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicableToScope(IPropertyOwner) | Determines whether the option is applicable to the specified scope.(Overrides EditorOptionDefinition.IsApplicableToScope(IPropertyOwner).) |
![]() | 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>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This is a MEF component part, and should be exported with:
[Export(typeof(EditorOptionDefinition))]
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


