Freigeben über


ITextView.Options-Eigenschaft

Ruft die Optionen für diese Textansicht ab.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property Options As IEditorOptions
IEditorOptions Options { get; }
property IEditorOptions^ Options {
    IEditorOptions^ get ();
}
abstract Options : IEditorOptions with get
function get Options () : IEditorOptions

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Editor.IEditorOptions
Die Ansichtsoptionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace