IEditorOperationsFactoryService 接口

定义

提供对象的服务 IEditorOperations

public interface class IEditorOperationsFactoryService
public interface class IEditorOperationsFactoryService
__interface IEditorOperationsFactoryService
public interface IEditorOperationsFactoryService
type IEditorOperationsFactoryService = interface
Public Interface IEditorOperationsFactoryService

注解

这是一个 MEF 组件部件,应如下所示导入: [Import] IEditorOperationsFactoryService factory = null;

方法

GetEditorOperations(ITextView)

获取 IEditorOperations 指定的对象 ITextView

适用于