WpfViewOptionDefinition<T> Class
Defines an editor option specific to an IWpfTextView.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.WpfViewOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.AppearanceCategoryOption
Microsoft.VisualStudio.Text.Editor.HighlightCurrentLineOption
Microsoft.VisualStudio.Text.Editor.MouseWheelZoomEnabled
Microsoft.VisualStudio.Text.Editor.SimpleGraphicsOption
Microsoft.VisualStudio.Text.Editor.ZoomLevel
| Name | Description | |
|---|---|---|
![]() | WpfViewOptionDefinition<T>() | Initializes a new instance of WpfViewOptionDefinition<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 this definition is applicable only to text views.(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.


