ITableControlEventProcessorProvider 接口

定义

重要

此 API 不符合 CLS。

表示能够创建 ITableControlEventProcessor 给定 IWpfTableControl的可导出 MEF 组件。

public interface class ITableControlEventProcessorProvider
public interface class ITableControlEventProcessorProvider
__interface ITableControlEventProcessorProvider
[System.CLSCompliant(false)]
public interface ITableControlEventProcessorProvider
public interface ITableControlEventProcessorProvider
[<System.CLSCompliant(false)>]
type ITableControlEventProcessorProvider = interface
type ITableControlEventProcessorProvider = interface
Public Interface ITableControlEventProcessorProvider
属性

注解

这是一个 MEF 组件部件, 和 应使用以下属性导出:[导出 (typeof (ITableControlEventProcessorProvider) ) ] [DataSourceType (StandardTableDataSources.ErrorTableDataSourceString) ] [DataSource (StandardTableDataSources.AnyDataSourceString) ] [ManagerIdentifier (StandardTables.ErrorsTableString) ] [Name (“Some error list event processor”) ] [Order (Before=Priority.Default) ] // FromMicrosoft.VisualStudio.Text.Classification。

方法

GetAssociatedEventProcessor(IWpfTableControl)

ITableControlEventProcessor为给定 IWpfTableControl的 创建 。

适用于