IGlyphMouseProcessorProvider Interface

Definition

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.

Applies to