ITableControlEventProcessorProvider Interface

Définition

Important

Cette API n’est pas conforme CLS.

Représente un composant MEF exportable capable de créer ITableControlEventProcessor un .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
Attributs

Remarques

Il s’agit d’un composant MEF, et doivent être exportés avec les attributs suivants : [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableDataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name(« Some error list error list event processor »)] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

S’applique à