IMouseProcessorProvider::GetAssociatedProcessor Method (IWpfTextView^)

 

Creates an IMouseProcessor for a IWpfTextView.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

IMouseProcessor^ GetAssociatedProcessor(
	IWpfTextView^ wpfTextView
)

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.

Return to top
Show: