Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the global options.
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
function get GlobalOptions () : IEditorOptions
Property Value
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptions
The global options.
Remarks
This returns the global IEditorOptions, even if the current scope is global.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.