IEditorOperationsFactoryService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对象的服务 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 。 |