Mouse.StopDragging, méthode (Point)
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- pointToStop
Type : Point
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.