IEditorOperationsFactoryService Interface
A service that provides IEditorOperations objects.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
‘선언
Public Interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface end
public interface IEditorOperationsFactoryService
The IEditorOperationsFactoryService type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetEditorOperations | Gets the IEditorOperations objects for the specified ITextView. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import] IEditorOperationsFactoryService factory = null;