共用方式為


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建立 。

適用於