IEditorOptions.GlobalOptions Property
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 global options.
public:
property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IEditorOptions GlobalOptions { get; }
member this.GlobalOptions : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public ReadOnly Property GlobalOptions As IEditorOptions
The global options.
This returns the global IEditorOptions, even if the current scope is global.