Share via


IEditorOptionsFactoryService.GlobalOptions Property

Gets the global IEditorOptions.

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

Syntax

'Déclaration
ReadOnly Property GlobalOptions As IEditorOptions
IEditorOptions GlobalOptions { get; }
property IEditorOptions^ GlobalOptions {
    IEditorOptions^ get ();
}
abstract GlobalOptions : IEditorOptions
function get GlobalOptions () : IEditorOptions

Property Value

Type: Microsoft.VisualStudio.Text.Editor.IEditorOptions
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.

.NET Framework Security

See Also

Reference

IEditorOptionsFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace