Freigeben über


Mouse.StopDragging-Methode (Int32, Int32)

Beendet den Ziehvorgang.

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

Syntax

'Declaration
Public Shared Sub StopDragging ( _
    moveByX As Integer, _
    moveByY As Integer _
)
public static void StopDragging(
    int moveByX,
    int moveByY
)
public:
static void StopDragging(
    int moveByX, 
    int moveByY
)
static member StopDragging : 
        moveByX:int * 
        moveByY:int -> unit 
public static function StopDragging(
    moveByX : int, 
    moveByY : int
)

Parameter

  • moveByX
    Typ: System.Int32
    Bewegung um die angegebene Anzahl von Pixeln in X-Richtung.
  • moveByY
    Typ: System.Int32
    Bewegung um die angegebene Anzahl von Pixeln in Y-Richtung.

.NET Framework-Sicherheit

Siehe auch

Referenz

Mouse Klasse

StopDragging-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace