DragDropInfo.Location Property
Gets the location of the cursor relative to the left top corner of the text view.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Property Location As Point
public Point Location { get; private set; }
public:
property Point Location {
Point get ();
private: void set (Point value);
}
member Location : Point with get, private set
function get Location () : Point
private function set Location (value : Point)
Property Value
Type: Point
The location of the cursor relative to the left top corner of the text view.
.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.