IEditorOptionsFactoryService Interface
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.
Represents a service that gets IEditorOptions for a specified scope or for the global scope.
public interface class IEditorOptionsFactoryService
public interface class IEditorOptionsFactoryService
__interface IEditorOptionsFactoryService
public interface IEditorOptionsFactoryService
type IEditorOptionsFactoryService = interface
Public Interface IEditorOptionsFactoryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IEditorOptionsFactoryService factory = null;
Properties
GlobalOptions |
Gets the global IEditorOptions. |
Methods
CreateOptions() |
Creates a new instance of IEditorOptions that is not bound to any particular scope. |
GetOptions(IPropertyOwner) |
Gets the IEditorOptions for the IPropertyOwner. Buffers and views are property owners. Creates new options for the scope if none have previously been created. |