IEditorOptionsFactoryService.GlobalOptions Property

Definition

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.

Applies to