Udostępnij za pośrednictwem


TextViewOption<T> Class

Definition

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
TextViewOption<T>

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>)

Applies to