IKeyProcessorProvider Interface
Visual Studio 2015
Creates a KeyProcessor for a given IWpfTextViewHost.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetAssociatedProcessor(IWpfTextView) | Creates a KeyProcessor for a given IWpfTextView. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IKeyProcessorProvider))]
Exporters must supply an OrderAttribute and an NameAttribute.
Show:
