Compartir a través de


ITableControlEventProcessorProvider.GetAssociatedEventProcessor Método

Definición

Crea ITableControlEventProcessor para un determinado 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

Parámetros

tableControl
IWpfTableControl

Interfaz IWpfTableControl para la que se va a crear la interfaz ITableControlEventProcessor.

Devoluciones

Objeto ITableControlEventProcessor creado. El valor puede ser NULL si ITableControlEventProcessorProvider no desea participar en el contexto actual.

Se aplica a