IVsLanguageDragDropOps Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DragCleanup(IVsTextLines^) | Cleans up any state that was cached in the call to DragSetup. |
![]() | DragSetup(IDataObject^, IVsTextLines^, Int32) | Does the necessary setup or caching in order to quickly execute the IsTextDataAtLocation method. |
![]() | IsTextDataAtLocation(IVsTextLines^, Int32, Int32, Int32) | Determines whether the data object passed to DragSetup contains data that can be rendered as text for the text buffer at the specified location? |
Show:
