共用方式為


TextViewOption<T>(String) Constructor

Definition

Creates an editor text view option with the provided option name.

public TextViewOption (string name);
new Microsoft.VisualStudio.Extensibility.Editor.TextViewOption<'T> : string -> Microsoft.VisualStudio.Extensibility.Editor.TextViewOption<'T>
Public Sub New (name As String)

Parameters

name
String

Option name in scope of a text view.

Applies to