IGlyphMouseProcessorProvider Interface

 

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)

public interface IGlyphMouseProcessorProvider

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.

Return to top
Show: