Gesture.Swipe Method (UITestControl, UITestGestureDirection, 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, _
    swipeDirection As UITestGestureDirection, _
    swipeLength As UInteger _
)
public static void Swipe(
    UITestControl control,
    UITestGestureDirection swipeDirection,
    uint swipeLength
)
public:
static void Swipe(
    UITestControl^ control, 
    UITestGestureDirection swipeDirection, 
    unsigned int swipeLength
)
static member Swipe : 
        control:UITestControl * 
        swipeDirection:UITestGestureDirection * 
        swipeLength:uint32 -> unit
public static function Swipe(
    control : UITestControl, 
    swipeDirection : UITestGestureDirection, 
    swipeLength : uint
)

Parameters

.NET Framework Security

See Also

Reference

Gesture Class

Swipe Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace