IEditorOperationsFactoryService Interface
Visual Studio 2015
A service that provides IEditorOperations objects.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetEditorOperations(ITextView) | Gets the IEditorOperations objects for the specified ITextView. |
This is a MEF component part, and should be imported as follows:
[Import] IEditorOperationsFactoryService factory = null;
Show:
