ITableControlEventProcessorProvider.GetAssociatedEventProcessor(IWpfTableControl) Méthode

Définition

Crée un ITableControlEventProcessor pour un IWpfTableControl donné.

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

IWpfTableControl pour lequel le ITableControlEventProcessor doit être créé.

Retours

ITableControlEventProcessor

ITableControlEventProcessor créé. La valeur peut être null si ce ITableControlEventProcessorProvider ne souhaite pas participer au contexte actuel.

S’applique à