EditorOptionDefinition<T> Class
Represents the definition of an editor option.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Differencing.DifferenceBufferOption<T>
Microsoft.VisualStudio.Text.Differencing.DifferenceViewerOption<T>
Microsoft.VisualStudio.Text.Editor.ConvertTabsToSpaces
Microsoft.VisualStudio.Text.Editor.DisplayUrlsAsHyperlinks
Microsoft.VisualStudio.Text.Editor.IndentSize
Microsoft.VisualStudio.Text.Editor.LongBufferLineChunk
Microsoft.VisualStudio.Text.Editor.LongBufferLineThreshold
Microsoft.VisualStudio.Text.Editor.NewLineCharacter
Microsoft.VisualStudio.Text.Editor.OutliningUndoEnabled
Microsoft.VisualStudio.Text.Editor.ReplicateNewLineCharacter
Microsoft.VisualStudio.Text.Editor.TabSize
Microsoft.VisualStudio.Text.Editor.UseReducedOpacityForHighContrastOption
Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.WpfViewOptionDefinition<T>
| Name | Description | |
|---|---|---|
![]() | EditorOptionDefinition<T>() | Initializes a new instance of EditorOptionDefinition<T>. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of this option. |
![]() | DefaultValue | Gets the default value of the option.(Overrides EditorOptionDefinition.DefaultValue.) |
![]() | Key | Gets the key of this option. |
![]() | Name | Gets the name of the option.(Overrides EditorOptionDefinition.Name.) |
![]() | ValueType | Gets the actual type of the option.(Overrides EditorOptionDefinition.ValueType.) |
| 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 option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.) |
![]() | IsValid(T) | Determines whether the proposed value is valid. |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Overrides EditorOptionDefinition.IsValid(Object).) |
![]() | 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.


