Mouse.StopDragging 方法 (Point)

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.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 命名空间