IMouseProcessorProvider Interface
Visual Studio 2015
Creates a WPF mouse processor for a given text view.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetAssociatedProcessor(IWpfTextView) | Creates an IMouseProcessor for a IWpfTextView. |
This is a MEF component part, and should be exported with the following attributes:
[Export(typeof(IMouseProcessorProvider))] [ContentType("SomeContentType")] [Name("SomeProvider")] [TextViewRole(PredefinedTextViewRoles.Editable)]
See PredefinedTextViewRoles for the complete set of roles. See Editor Extension Points for an explanation of text view roles.
Show:
