ITableControlEventProcessorProvider Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Önemli
Bu API, CLS uyumlu değildir.
Belirli IWpfTableControlbir oluşturabilen ITableControlEventProcessor dışarı aktarılabilir bir MEF bileşenini temsil eder.
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
- Öznitelikler
Açıklamalar
Bu bir MEF bileşeni bölümüdür ve şu özniteliklerle dışarı aktarılmalıdır: [Export(typeof(ITableControlEventProcessorProvider))] [DataSourceType(StandardTableDataSources.ErrorTableDataSourceString)] [DataSource(StandardTableDataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Bazı hata listesi olay işlemcisi")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification.
Yöntemler
| GetAssociatedEventProcessor(IWpfTableControl) |
Belirli IWpfTableControlbir için oluştururITableControlEventProcessor. |