Freigeben über


IEditorOptions.GlobalOptions-Eigenschaft

Ruft die globalen Optionen ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Editor.IEditorOptions
Die globalen Optionen.

Hinweise

Dadurch wird die globale IEditorOptionszurück, auch wenn der aktuelle Bereich global ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOptions Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace