DragDropInfo.Location 属性

获取相对于文本视图左上角的光标位置。

命名空间:  Microsoft.VisualStudio.Text.Editor.DragDrop
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
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)

属性值

类型:Point
相对于文本视图左上角的光标位置。

.NET Framework 安全性

请参阅

参考

DragDropInfo 类

Microsoft.VisualStudio.Text.Editor.DragDrop 命名空间