IEditorOptionsFactoryService.CreateOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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