IGlyphMouseProcessorProvider Interface
Visual Studio 2015
Provides a mouse binding for the glyph margin.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetAssociatedMouseProcessor(IWpfTextViewHost, IWpfTextViewMargin) | Creates an IMouseProcessor for the glyph margin, given a IWpfTextViewHost and a ITextBuffer. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IGlyphMouseProcessorProvider))]
Exporters must supply a NameAttribute, an OrderAttribute, and at least one ContentTypeAttribute.
Show:
