IKeyProcessorProvider Interface

Definition

Creates a KeyProcessor for a given IWpfTextView.

public interface class IKeyProcessorProvider
public interface class IKeyProcessorProvider
__interface IKeyProcessorProvider
public interface IKeyProcessorProvider
type IKeyProcessorProvider = interface
Public Interface IKeyProcessorProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IKeyProcessorProvider))] Exporters must supply a NameAttribute, a ContentTypeAttribute, at least one TextViewRoleAttribute, and optionally an OrderAttribute.

Methods

GetAssociatedProcessor(IWpfTextView)

Creates a KeyProcessor for a given IWpfTextView.

Applies to