Freigeben über


IEditorOptionsFactoryService.CreateOptions-Methode

Erstellt eine neue Instanz von IEditorOptions, die nicht an einen bestimmten Bereich gebunden ist.

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

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Editor.IEditorOptions
Eine neue Instanz von IEditorOptions, untergeordnet auf GlobalOptions.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOptionsFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace