ITableControlEventProcessorProvider Antarmuka

Definisi

Penting

API ini bukan kompatibel CLS.

Mewakili komponen MEF yang dapat diekspor yang dapat membuat 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
Atribut

Keterangan

Ini adalah bagian komponen MEF, dan harus diekspor dengan atribut berikut: [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource((StandardTableDataSourceString)] [DataSource(StandardTableDataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.

Berlaku untuk