IKeyProcessorProvider.GetAssociatedProcessor(IWpfTextView) Método

Definição

Cria um KeyProcessor para um determinado IWpfTextView .

public:
 Microsoft::VisualStudio::Text::Editor::KeyProcessor ^ GetAssociatedProcessor(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView);
public:
 Microsoft::VisualStudio::Text::Editor::KeyProcessor ^ GetAssociatedProcessor(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ wpfTextView);
Microsoft::VisualStudio::Text::Editor::KeyProcessor GetAssociatedProcessor(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & wpfTextView);
public Microsoft.VisualStudio.Text.Editor.KeyProcessor GetAssociatedProcessor (Microsoft.VisualStudio.Text.Editor.IWpfTextView wpfTextView);
abstract member GetAssociatedProcessor : Microsoft.VisualStudio.Text.Editor.IWpfTextView -> Microsoft.VisualStudio.Text.Editor.KeyProcessor
Public Function GetAssociatedProcessor (wpfTextView As IWpfTextView) As KeyProcessor

Parâmetros

wpfTextView
IWpfTextView

O IWpfTextView para o qual criar o KeyProcessor .

Retornos

KeyProcessor

O KeyProcessor criado. O valor pode ser nulo se IKeyProcessorProvider não desejar participar do contexto atual.

Aplica-se a