Partager via


ITableControlEventProcessorProvider.GetAssociatedEventProcessor Méthode

Définition

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

Paramètres

tableControl
IWpfTableControl

Élément IWpfTableControl pour lequel l'objet ITableControlEventProcessor doit être créé.

Retours

Élément ITableControlEventProcessor créé. La valeur peut être null si cet élément ITableControlEventProcessorProvider n'est pas inclus dans le contexte actuel.

S’applique à