Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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)