IVsTextMarkerGlyphDropHandler Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodDrawCandidateOutlineGlyph(UInt32, IntPtr, array<RECT>^, UInt32)

Draws a shadow of the glyph in the widget margin at a potential destination line.

System_CAPS_pubmethodDropAtLocation(UInt32, IVsTextView^, IVsTextLines^, Int32, Int32, UInt32)

Tells the client to handle the glyph being dropped at the given location.

System_CAPS_pubmethodQueryDropLocation(UInt32, IVsTextView^, IVsTextLines^, Int32, Int32, UInt32)

Used to determine whether a given location is a valid drop destination.

Return to top
Show: