Sdílet prostřednictvím


ITableControlEventProcessorProvider Rozhraní

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Představuje exportovatelnou komponentu MEF, která je schopna vytvořit ITableControlEventProcessor danou IWpfTableControlkomponentu .

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
Atributy

Poznámky

Toto je součást MEF a měla by se exportovat s následujícími atributy: [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableTable)] [DataSource(StandardTable)DataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Procesor událostí seznamu některých chyb")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

Metody

GetAssociatedEventProcessor(IWpfTableControl)

Vytvoří ITableControlEventProcessor pro danou IWpfTableControl.

Platí pro