ITextView.Options Property
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.
Gets the options for this text view.
public:
property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ Options { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ Options { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IEditorOptions Options { get; }
member this.Options : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public ReadOnly Property Options As IEditorOptions
Property Value
The view options.