Mouse.StopDraggingImplementation-Methode
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
Protected Overridable Sub StopDraggingImplementation ( _
control As UITestControl, _
coordinate As Point, _
isDisplacement As Boolean _
)
protected virtual void StopDraggingImplementation(
UITestControl control,
Point coordinate,
bool isDisplacement
)
protected:
virtual void StopDraggingImplementation(
UITestControl^ control,
Point coordinate,
bool isDisplacement
)
abstract StopDraggingImplementation :
control:UITestControl *
coordinate:Point *
isDisplacement:bool -> unit
override StopDraggingImplementation :
control:UITestControl *
coordinate:Point *
isDisplacement:bool -> unit
protected function StopDraggingImplementation(
control : UITestControl,
coordinate : Point,
isDisplacement : boolean
)
Parameter
- control
Typ: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl, bei dem das Ziehen beendet werden soll.
- coordinate
Typ: System.Drawing.Point
Koordinaten, die relativ zum Steuerelement sind, oder absolute Koordinaten, um das Ziehen zu beenden.
- isDisplacement
Typ: System.Boolean
Wenn true, stellt das coordinate-Element die Anzahl von Pixeln zum Beenden des Ziehvorgangs dar.Wenn false, stellt das coordinate-Element die Koordinaten relativ zum control-Element dar.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.