TextDocumentOption<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 document option.
public class TextDocumentOption<T> : Microsoft.VisualStudio.Extensibility.Editor.EditorOption<T,Microsoft.VisualStudio.Extensibility.Editor.ITextDocumentSnapshot>
type TextDocumentOption<'T> = class
inherit EditorOption<'T, ITextDocumentSnapshot>
Public Class TextDocumentOption(Of T)
Inherits EditorOption(Of T, ITextDocumentSnapshot)
Type Parameters
- T
- Inheritance
Constructors
TextDocumentOption<T>(String) |
Creates an editor text document 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>) |