IGlyphMouseProcessorProvider::GetAssociatedMouseProcessor Method (IWpfTextViewHost^, IWpfTextViewMargin^)
Visual Studio 2015
Creates an IMouseProcessor for the glyph margin, given a IWpfTextViewHost and a ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
IMouseProcessor^ GetAssociatedMouseProcessor( IWpfTextViewHost^ wpfTextViewHost, IWpfTextViewMargin^ margin )
Parameters
- wpfTextViewHost
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextViewHost^
The IWpfTextViewHost associated with the glyph margin.
- margin
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextViewMargin^
The IWpfTextViewMargin.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::IMouseProcessor^The IMouseProcessor for the glyph margin. The value may be null if this IGlyphMouseProcessorProvider does not participate.
Show: