IEditorOptions.GlobalOptions Eigenschaft

Definition

Ruft die globalen Optionen ab.

public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ GlobalOptions { Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IEditorOptions GlobalOptions { get; }
member this.GlobalOptions : Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public ReadOnly Property GlobalOptions As IEditorOptions

Eigenschaftswert

IEditorOptions

Die globalen Optionen.

Hinweise

Dadurch wird der globale zurückgegeben IEditorOptions , auch wenn der aktuelle Bereich Global ist.

Gilt für