IEditorOptionsFactoryService::GlobalOptions Property

 

Gets the global IEditorOptions.

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

property IEditorOptions^ GlobalOptions {
	IEditorOptions^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::IEditorOptions^

The global options.

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.

Return to top
Show: