Поделиться через


ITableControlEventProcessorProvider Интерфейс

Определение

Важно!

Этот API несовместим с CLS.

Представляет экспортируемый компонент MEF, способный создать ITableControlEventProcessor заданный 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
Атрибуты

Комментарии

Это часть компонента MEF, и ее необходимо экспортировать со следующими атрибутами: [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableData)Sources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

Методы

GetAssociatedEventProcessor(IWpfTableControl)

Создает ITableControlEventProcessor для заданного IWpfTableControl.

Применяется к