Mouse.StopDragging 方法 (Point)

停止拖动操作。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Shared Sub StopDragging ( _
    pointToStop As Point _
)
public static void StopDragging(
    Point pointToStop
)
public:
static void StopDragging(
    Point pointToStop
)
static member StopDragging : 
        pointToStop:Point -> unit 
public static function StopDragging(
    pointToStop : Point
)

参数

.NET Framework 安全性

请参见

参考

Mouse 类

StopDragging 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间