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 IGlyphMouseProcessorProvider
public interface class IGlyphMouseProcessorProvider
__interface IGlyphMouseProcessorProvider
public interface IGlyphMouseProcessorProvider
type IGlyphMouseProcessorProvider = interface
Public Interface IGlyphMouseProcessorProvider
Remarks
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. |