IEditorOptionsFactoryService.CreateOptions Method

Definition

Creates a new instance of IEditorOptions that is not bound to any particular scope.

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

Returns

A new instance of IEditorOptions, parented on the GlobalOptions

Applies to