Freigeben über


ITableControlEventProcessorProvider.GetAssociatedEventProcessor Methode

Definition

Erstellt ITableControlEventProcessor für eine angegebene IWpfTableControl.

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

Parameter

tableControl
IWpfTableControl

Das IWpfTableControl, für das das ITableControlEventProcessor erstellt werden soll.

Gibt zurück

Der erstellte ITableControlEventProcessor. Der kann NULL sein, wenn dieser ITableControlEventProcessorProvider nicht am aktuellen Kontext teilnehmen möchte.

Gilt für: