IKeyProcessorProvider Schnittstelle

Definition

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.

Gilt für