共用方式為


ITableControlEventProcessorProvider.GetAssociatedEventProcessor 方法

定義

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

參數

tableControl
IWpfTableControl

IWpfTableControl 建立建立的 ITableControlEventProcessor

傳回

建立的 ITableControlEventProcessor。 如果此值 ITableControlEventProcessorProvider 不想要參與目前的內容,此值可能會是 Null。

適用於