共用方式為


Mouse.StopDraggingImplementation 方法

停止對指定之控制項的拖曳作業。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Protected Overridable Sub StopDraggingImplementation ( _
    control As UITestControl, _
    coordinate As Point, _
    isDisplacement As Boolean _
)
protected virtual void StopDraggingImplementation(
    UITestControl control,
    Point coordinate,
    bool isDisplacement
)
protected:
virtual void StopDraggingImplementation(
    UITestControl^ control, 
    Point coordinate, 
    bool isDisplacement
)
abstract StopDraggingImplementation : 
        control:UITestControl * 
        coordinate:Point * 
        isDisplacement:bool -> unit 
override StopDraggingImplementation : 
        control:UITestControl * 
        coordinate:Point * 
        isDisplacement:bool -> unit 
protected function StopDraggingImplementation(
    control : UITestControl, 
    coordinate : Point, 
    isDisplacement : boolean
)

參數

  • coordinate
    型別:System.Drawing.Point
    相對於要停止拖曳之控制項的座標或絕對座標。
  • isDisplacement
    型別:System.Boolean
    如果是 true,則 coordinate 表示要停止拖曳的像素數。如果為 false,則 coordinate 表示相對於 control 的座標。

.NET Framework 安全性

請參閱

參考

Mouse 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

UITestControl