Provides a mouse binding for the glyph margin.
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface IGlyphMouseProcessorProvider
public interface IGlyphMouseProcessorProvider
public interface class IGlyphMouseProcessorProvider
type IGlyphMouseProcessorProvider =  interface end
public interface IGlyphMouseProcessorProvider
The IGlyphMouseProcessorProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]()  | 
GetAssociatedMouseProcessor | Creates an IMouseProcessor for the glyph margin, given a IWpfTextViewHost and a ITextBuffer. | 
Top
Remarks
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.
.gif)