Share via


DragDropInfo.VirtualBufferPosition Property

Gets the buffer position of the cursor during the drag and drop operation.

Namespace:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property VirtualBufferPosition As VirtualSnapshotPoint
public VirtualSnapshotPoint VirtualBufferPosition { get; private set; }
public:
property VirtualSnapshotPoint VirtualBufferPosition {
    VirtualSnapshotPoint get ();
    private: void set (VirtualSnapshotPoint value);
}
member VirtualBufferPosition : VirtualSnapshotPoint with get, private set
function get VirtualBufferPosition () : VirtualSnapshotPoint
private function set VirtualBufferPosition (value : VirtualSnapshotPoint)

Property Value

Type: Microsoft.VisualStudio.Text.VirtualSnapshotPoint
The buffer position of the cursor during the drag and drop operation.

.NET Framework Security

See Also

Reference

DragDropInfo Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace