Freigeben über


Mouse.StopDraggingImplementation-Methode

Beendet den Ziehvorgang für das angegebene Steuerelement.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
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
)

Parameter

  • coordinate
    Typ: System.Drawing.Point
    Koordinaten, die relativ zum Steuerelement sind, oder absolute Koordinaten, um das Ziehen zu beenden.
  • isDisplacement
    Typ: System.Boolean
    Wenn true, stellt das coordinate-Element die Anzahl von Pixeln zum Beenden des Ziehvorgangs dar.Wenn false, stellt das coordinate-Element die Koordinaten relativ zum control-Element dar.

.NET Framework-Sicherheit

Siehe auch

Referenz

Mouse Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace

UITestControl