ITableControlEventProcessorProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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) |