IGlyphMouseProcessorProvider Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mouse binding for the glyph margin.
public interface class IGlyphMouseProcessorProviderpublic interface class IGlyphMouseProcessorProvider__interface IGlyphMouseProcessorProviderpublic interface IGlyphMouseProcessorProvidertype IGlyphMouseProcessorProvider = interfacePublic Interface IGlyphMouseProcessorProviderRemarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IGlyphMouseProcessorProvider))] Exporters must supply a NameAttribute, OrderAttribute, and at least one ContentTypeAttribute.
Methods
| GetAssociatedMouseProcessor(IWpfTextViewHost, IWpfTextViewMargin) | Creates an IMouseProcessor for the glyph margin, given a IWpfTextViewHost and a ITextBuffer. |