Freigeben über


Mouse.StopDragging-Methode (UITestControl)

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
Public Shared Sub StopDragging ( _
    control As UITestControl _
)
public static void StopDragging(
    UITestControl control
)
public:
static void StopDragging(
    UITestControl^ control
)
static member StopDragging : 
        control:UITestControl -> unit 
public static function StopDragging(
    control : UITestControl
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Mouse Klasse

StopDragging-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace

UITestControl