Gesture.Swipe Method (UITestControl, Double, UInt32)

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Shared Sub Swipe ( _
    control As UITestControl, _
    directionInDegrees As Double, _
    swipeLength As UInteger _
)
public static void Swipe(
    UITestControl control,
    double directionInDegrees,
    uint swipeLength
)
public:
static void Swipe(
    UITestControl^ control, 
    double directionInDegrees, 
    unsigned int swipeLength
)
static member Swipe : 
        control:UITestControl * 
        directionInDegrees:float * 
        swipeLength:uint32 -> unit
public static function Swipe(
    control : UITestControl, 
    directionInDegrees : double, 
    swipeLength : uint
)

Parameters

.NET Framework Security

See Also

Reference

Gesture Class

Swipe Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace