IKeyProcessorProvider Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt einen KeyProcessor für einen angegebenen IWpfTextView.
public interface class IKeyProcessorProvider
public interface class IKeyProcessorProvider
__interface IKeyProcessorProvider
public interface IKeyProcessorProvider
type IKeyProcessorProvider = interface
Public Interface IKeyProcessorProvider
Hinweise
Dabei handelt es sich um einen MEF-Komponenten Teil, der mit dem folgenden Attribut exportiert werden sollte: [Export (typeof (ikeyprocessorprovider))] Exporte müssen ein nameattribute, ein contenttypeattribute, mindestens ein textviewroleattribute und optional ein orderattribute-Element angeben.
Methoden
| GetAssociatedProcessor(IWpfTextView) |
Erstellt einen KeyProcessor für einen angegebenen IWpfTextView. |