IVsLanguageDragDropOps::DragSetup Method (IDataObject^, IVsTextLines^, Int32)
Visual Studio 2015
Does the necessary setup or caching in order to quickly execute the IsTextDataAtLocation method.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int DragSetup( IDataObject^ pDO, IVsTextLines^ pBuffer, [OutAttribute] int% pfDocumentContainsTextData )
Parameters
- pDO
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
The data object.
- pBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
The buffer.
- pfDocumentContainsTextData
-
Type:
System::Int32
[out] Zero (false) if the document does not contain text, otherwise non-zero (true).
Return Value
Type: System::Int32
Show: