IEditorOptionsFactoryService.CreateOptions Method

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

See Also

Reference

IEditorOptionsFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace