IMouseProcessorProvider Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an IMouseProcessor for a IWpfTextView.
public interface class IMouseProcessorProviderpublic interface class IMouseProcessorProvider__interface IMouseProcessorProviderpublic interface IMouseProcessorProvidertype IMouseProcessorProvider = interfacePublic Interface IMouseProcessorProviderRemarks
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. |