IMouseProcessorProvider.GetAssociatedProcessor Method
Creates an IMouseProcessor for a IWpfTextView.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Function GetAssociatedProcessor ( _
wpfTextView As IWpfTextView _
) As IMouseProcessor
IMouseProcessor GetAssociatedProcessor(
IWpfTextView wpfTextView
)
IMouseProcessor^ GetAssociatedProcessor(
IWpfTextView^ wpfTextView
)
abstract GetAssociatedProcessor :
wpfTextView:IWpfTextView -> IMouseProcessor
function GetAssociatedProcessor(
wpfTextView : IWpfTextView
) : IMouseProcessor
Parameters
wpfTextView
Type: Microsoft.VisualStudio.Text.Editor.IWpfTextViewThe 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.