ITableControlEventProcessorProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
表示能够创建给定 IWpfTableControl ITableControlEventProcessor 的可导出 MEF 组件。
public interface class ITableControlEventProcessorProvider
public interface class ITableControlEventProcessorProvider
__interface ITableControlEventProcessorProvider
public interface ITableControlEventProcessorProvider
[System.CLSCompliant(false)]
public interface ITableControlEventProcessorProvider
type ITableControlEventProcessorProvider = interface
[<System.CLSCompliant(false)>]
type ITableControlEventProcessorProvider = interface
Public Interface ITableControlEventProcessorProvider
- 属性
注解
这是一个 MEF 组件部件,并应导出具有以下特性的: [Export (typeof (ITableControlEventProcessorProvider) ) ] [DataSourceType (StandardTableDataSources。 ErrorTableDataSourceString) ] [StandardTableDataSources (AnyDataSourceString。 ManagerIdentifier) ] [StandardTables (ErrorsTableString) ] [Name ( "一些错误列表事件处理器" ) ] [Order (Before = Priority。默认) ]//From。
方法
| GetAssociatedEventProcessor(IWpfTableControl) |
为给定的 IWpfTableControl 创建 ITableControlEventProcessor。 |