ITableControlEventProcessorProvider Interface

Definition

Important

This API is not CLS-compliant.

Represents an exportable MEF component able to create ITableControlEventProcessor a given 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
Attributes

Remarks

This is a MEF component part, and should be exported with the following attributes: [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.

Methods

GetAssociatedEventProcessor(IWpfTableControl)

Creates an ITableControlEventProcessor for a given IWpfTableControl.

Applies to