Share via


IEditorOptionsFactoryService.GlobalOptions, propriété

Obtient l'élément IEditorOptions global.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Options globales.

Notes

Une option définie dans la portée globale ne substitue pas la même option définie dans une portée spécifique, mais elle est visible dans une portée spécifique qui n'a pas substitué cette option.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOptionsFactoryService Interface

Microsoft.VisualStudio.Text.Editor, espace de noms