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.

적용 대상