ITableControlEventProcessorProvider.GetAssociatedEventProcessor Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.