IKeyProcessorProvider::GetAssociatedProcessor Method (IWpfTextView^)
Visual Studio 2015
Creates a KeyProcessor for a given IWpfTextView.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- wpfTextView
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextView^
The IWpfTextView for which to create the KeyProcessor.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::KeyProcessor^The created KeyProcessor. The value may be null if this IKeyProcessorProvider does not wish to participate in the current context.
Show: