IEditorOptionsFactoryService.CreateOptions Methode

Definition

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

public:
 Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ CreateOptions();
public:
 Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ CreateOptions();
Microsoft::VisualStudio::Text::Editor::IEditorOptions CreateOptions();
public Microsoft.VisualStudio.Text.Editor.IEditorOptions CreateOptions ();
abstract member CreateOptions : unit -> Microsoft.VisualStudio.Text.Editor.IEditorOptions
Public Function CreateOptions () As IEditorOptions

Gibt zurück

IEditorOptions

Eine neue Instanz von IEditorOptions , die übergeordnet ist. GlobalOptions

Gilt für