DragDropInfo::VirtualBufferPosition Property
Visual Studio 2015
Gets the buffer position of the cursor during the drag and drop operation.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property VirtualSnapshotPoint VirtualBufferPosition { [CompilerGeneratedAttribute] VirtualSnapshotPoint get(); [CompilerGeneratedAttribute] private: void set(VirtualSnapshotPoint value); }
Property Value
Type: Microsoft.VisualStudio.Text::VirtualSnapshotPointThe buffer position of the cursor during the drag and drop operation.
Show: