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

'Declaration
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
Public method 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;

See Also

Reference

Microsoft.VisualStudio.Text.Operations Namespace