Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.