Mouse.StopDragging 方法 (UITestControl, Int32, Int32)
在指定控件上停止拖动操作。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Public Shared Sub StopDragging ( _
control As UITestControl, _
moveByX As Integer, _
moveByY As Integer _
)
public static void StopDragging(
UITestControl control,
int moveByX,
int moveByY
)
public:
static void StopDragging(
UITestControl^ control,
int moveByX,
int moveByY
)
static member StopDragging :
control:UITestControl *
moveByX:int *
moveByY:int -> unit
public static function StopDragging(
control : UITestControl,
moveByX : int,
moveByY : int
)
参数
- control
类型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl
拖动操作停止于的 UITestControl。
- moveByX
类型:System.Int32
在 X 方向上移动指定像素。
- moveByY
类型:System.Int32
在 Y 方向上移动指定像素。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。