Share via


DragDropInfo.VirtualBufferPosition Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::VirtualSnapshotPoint VirtualBufferPosition { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint VirtualBufferPosition { get; }
member this.VirtualBufferPosition : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Public ReadOnly Property VirtualBufferPosition As VirtualSnapshotPoint

Property Value

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

Applies to