TextDocumentOption<T> Class
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.
C#
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)
- T
- Inheritance
Text |
Creates an editor text document option with the provided option name. |
Name |
Gets the option name. (Inherited from EditorOption<T,S>) |
Equals(Object) | (Inherited from EditorOption<T,S>) |
Get |
(Inherited from EditorOption<T,S>) |
Get |
Converts a JToken to the option value type. (Inherited from EditorOption<T,S>) |
To |
(Inherited from EditorOption<T,S>) |
Produit | Versions |
---|---|
Visual Studio SDK | 2022 |