IMouseProcessorProvider Interface

Definition

Creates an IMouseProcessor for a IWpfTextView.

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

Remarks

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

Methods

GetAssociatedProcessor(IWpfTextView)

Creates an IMouseProcessor for a IWpfTextView.

Applies to