Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Stops the drag operation on the specified control.
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
)
Parameters
- control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl on which dragging is to be stopped.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.