ITableControlEventProcessorProvider.GetAssociatedEventProcessor Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria ITableControlEventProcessor para um 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
O IWpfTableControl para o qual criar o ITableControlEventProcessor.
Retornos
O ITableControlEventProcessor criado. O valor poderá ser nulo se isso ITableControlEventProcessorProvider não quiser participar do contexto atual.