TextViewOption<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for declaring a text view option.
public class TextViewOption<T> : Microsoft.VisualStudio.Extensibility.Editor.EditorOption<T,Microsoft.VisualStudio.Extensibility.Editor.ITextViewSnapshot>
type TextViewOption<'T> = class
inherit EditorOption<'T, ITextViewSnapshot>
Public Class TextViewOption(Of T)
Inherits EditorOption(Of T, ITextViewSnapshot)
Type Parameters
- T
- Inheritance
Constructors
TextViewOption<T>(String) |
Creates an editor text view option with the provided option name. |
Properties
Name |
Gets the option name. (Inherited from EditorOption<T,S>) |
Methods
Equals(Object) | (Inherited from EditorOption<T,S>) |
GetHashCode() | (Inherited from EditorOption<T,S>) |
GetValue(JToken) |
Converts a JToken to the option value type. (Inherited from EditorOption<T,S>) |
ToString() | (Inherited from EditorOption<T,S>) |