Condividi tramite


ITableControlEventProcessorProvider.GetAssociatedEventProcessor Metodo

Definizione

Crea ITableControlEventProcessor per un determinato IWpfTableControloggetto .

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

Parametri

tableControl
IWpfTableControl

Oggetto IWpfTableControl per il quale creare l'oggetto ITableControlEventProcessor.

Restituisce

Oggetto ITableControlEventProcessor creato. Il valore potrebbe essere null se questo oggetto ITableControlEventProcessorProvider non desidera partecipare al contesto corrente.

Si applica a