IEditorOperationsFactoryService Interface

Definition

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.

Applies to