ITableControlEventProcessorProvider Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Reprezentuje eksportowalny składnik MEF, który może utworzyć ITableControlEventProcessor dany IWpfTableControlelement .
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
- Atrybuty
Uwagi
Jest to część składnika MEF i należy wyeksportować z następującymi atrybutami: [Export(typeof(ITableControlEventProcessorProvider)] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableSourceString)] [DataSource(StandardTableTable)DataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.
Metody
GetAssociatedEventProcessor(IWpfTableControl) |
Tworzy ITableControlEventProcessor dla danego IWpfTableControlpliku . |