Udostępnij za pośrednictwem


ITableControlEventProcessorProvider Interfejs

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Reprezentuje eksportowalny składnik MEF, który może utworzyć ITableControlEventProcessor dany IWpfTableControlelement .

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
Atrybuty

Uwagi

Jest to część składnika MEF i należy wyeksportować z następującymi atrybutami: [Export(typeof(ITableControlEventProcessorProvider)] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableSourceString)] [DataSource(StandardTableTable)DataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

Metody

GetAssociatedEventProcessor(IWpfTableControl)

Tworzy ITableControlEventProcessor dla danego IWpfTableControlpliku .

Dotyczy