Compartilhar via


ITableControlEventProcessorProvider Interface

Definição

Importante

Esta API não está em conformidade com CLS.

Representa um componente MEF exportável capaz de criar ITableControlEventProcessor um determinado IWpfTableControl.

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
Atributos

Comentários

Essa é uma parte do componente MEF e deve ser exportada com os seguintes atributos: [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableDataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

Métodos

GetAssociatedEventProcessor(IWpfTableControl)

Cria ITableControlEventProcessor para um determinado IWpfTableControl.

Aplica-se a