IMouseProcessorProvider::GetAssociatedProcessor Method (IWpfTextView^)
Visual Studio 2015
Creates an IMouseProcessor for a IWpfTextView.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- wpfTextView
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextView^
The IWpfTextView for which to create the IMouseProcessor.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::IMouseProcessor^The created IMouseProcessor. The value may be null if this IMouseProcessorProvider does not wish to participate in the current context.
Show: