IEditorOptionsFactoryService.GlobalOptions 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 global IEditorOptions.
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
Property Value
The global options.
Remarks
An option set in the global scope does not override the same option set in a specific scope, but it is visible in a specific scope that has not overridden that option.