次の方法で共有


ITableControlEventProcessorProvider インターフェイス

定義

重要

この API は CLS 準拠ではありません。

指定IWpfTableControlした を作成ITableControlEventProcessorできるエクスポート可能な MEF コンポーネントを表します。

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(StandardTableDataSources.AnyDataSourceString)] [ManagerIdentifier(StandardTables.ErrorsTableString)] [Name("Some error list event processor")] [Order(Before=Priority.Default)] // From Microsoft.VisualStudio.Text.Classification。

メソッド

GetAssociatedEventProcessor(IWpfTableControl)

指定IWpfTableControlした に対して を作成ITableControlEventProcessorします。

適用対象