IEditorOptions::GlobalOptions Property

 

Gets the global options.

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.

This returns the global IEditorOptions, even if the current scope is global.

Return to top
Show: