Partilhar via


Método Mouse.StopDragging (Point)

Pára a operação de arrastar.

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

Sintaxe

'Declaração
Public Shared Sub StopDragging ( _
    pointToStop As Point _
)
public static void StopDragging(
    Point pointToStop
)
public:
static void StopDragging(
    Point pointToStop
)
static member StopDragging : 
        pointToStop:Point -> unit 
public static function StopDragging(
    pointToStop : Point
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

Mouse Classe

Sobrecargas StopDragging

Namespace Microsoft.VisualStudio.TestTools.UITesting