Condividi tramite


Proprietà IEditorOptions.GlobalOptions

ottiene le opzioni globali.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Editor.IEditorOptions
le opzioni globali.

Note

Viene restituito il globale IEditorOptions, anche se l'ambito corrente è globale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEditorOptions Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor