ITableControlEventProcessorProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Méthodes
GetAssociatedEventProcessor(IWpfTableControl) |
Crée ITableControlEventProcessor pour un donné IWpfTableControl. |