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)

public:
property VirtualSnapshotPoint VirtualBufferPosition {
	[CompilerGeneratedAttribute]
	VirtualSnapshotPoint get();
	[CompilerGeneratedAttribute]
	private: void set(VirtualSnapshotPoint value);
}

Property Value

Type: Microsoft.VisualStudio.Text::VirtualSnapshotPoint

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

Return to top
Show: