ITableControlEventProcessorProvider.GetAssociatedEventProcessor 메서드

정의

지정된 IWpfTableControl에 대해 를 만듭니다ITableControlEventProcessor.

public:
 Microsoft::VisualStudio::Shell::TableControl::ITableControlEventProcessor ^ GetAssociatedEventProcessor(Microsoft::VisualStudio::Shell::TableControl::IWpfTableControl ^ tableControl);
public Microsoft.VisualStudio.Shell.TableControl.ITableControlEventProcessor GetAssociatedEventProcessor (Microsoft.VisualStudio.Shell.TableControl.IWpfTableControl tableControl);
abstract member GetAssociatedEventProcessor : Microsoft.VisualStudio.Shell.TableControl.IWpfTableControl -> Microsoft.VisualStudio.Shell.TableControl.ITableControlEventProcessor
Public Function GetAssociatedEventProcessor (tableControl As IWpfTableControl) As ITableControlEventProcessor

매개 변수

반환

만든 ITableControlEventProcessor입니다. 현재 컨텍스트에 참여하지 않으려면 값이 ITableControlEventProcessorProvider null일 수 있습니다.

적용 대상