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 IEditorOperationsFactoryServicepublic interface class IEditorOperationsFactoryService__interface IEditorOperationsFactoryServicepublic interface IEditorOperationsFactoryServicetype IEditorOperationsFactoryService = interfacePublic Interface IEditorOperationsFactoryServiceRemarks
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. |