ITableControlEventProcessorProvider.GetAssociatedEventProcessor(IWpfTableControl) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 créé. La valeur peut être null si ce ITableControlEventProcessorProvider ne souhaite pas participer au contexte actuel.