IEditorOperationsFactoryService 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.
A service that provides IEditorOperations objects.
public interface class IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
__interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface
Public Interface IEditorOperationsFactoryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IEditorOperationsFactoryService factory = null;
Methods
GetEditorOperations(ITextView) |
Gets the IEditorOperations objects for the specified ITextView. |