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.
Creates a new instance of IEditorOptions that is not bound to any particular scope.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Function CreateOptions As IEditorOptions
IEditorOptions CreateOptions()
IEditorOptions^ CreateOptions()
abstract CreateOptions : unit -> IEditorOptions
function CreateOptions() : IEditorOptions
Return Value
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptions
A new instance of IEditorOptions, parented on the GlobalOptions.
.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.