Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a KeyProcessor for a given IWpfTextViewHost.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IKeyProcessorProvider
public interface IKeyProcessorProvider
public interface class IKeyProcessorProvider
type IKeyProcessorProvider = interface end
public interface IKeyProcessorProvider
The IKeyProcessorProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetAssociatedProcessor | Creates a KeyProcessor for a given IWpfTextView. |
Top
Remarks
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.
.gif)