IKeyProcessorProvider.GetAssociatedProcessor(IWpfTextView) Methode

Definition

Erstellt einen KeyProcessor für einen angegebenen 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

Parameter

wpfTextView
IWpfTextView

Das IWpfTextView, für das das KeyProcessor erstellt werden soll.

Gibt zurück

KeyProcessor

Der erstellte KeyProcessor. Der kann NULL sein, wenn dieser IKeyProcessorProvider nicht am aktuellen Kontext teilnehmen möchte.

Gilt für