Sdílet prostřednictvím


Mouse.StopDraggingImplementation – metoda

Zastaví operace přetažení na ovládacím prvku.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • coordinate
    Typ: System.Drawing.Point
    Souřadnice, které mají relativní nebo absolutní Zastavit přetažení ovládací prvek.
  • isDisplacement
    Typ: System.Boolean
    Pokud true, coordinate představuje počet obrazových bodů Zastavit přetažení.Pokud false, coordinate představuje souřadnice vztažené ke control.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

Mouse Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů

UITestControl