다음을 통해 공유


Gesture.Swipe 메서드 (UITestControl, UITestGestureDirection)

손가락으로 짧은 거리 만큼의 빠른 슬라이드는 스와이프 제스처를 수행 합니다. 예를 들어, 타일을 선택 합니다 선택 아래로 스와이프 또는 받은 편지함에서 전자 메일을 통해 휘 둘러 칠.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

구문

‘선언
Public Shared Sub Swipe ( _
    control As UITestControl, _
    swipeDirection As UITestGestureDirection _
)
public static void Swipe(
    UITestControl control,
    UITestGestureDirection swipeDirection
)
public:
static void Swipe(
    UITestControl^ control, 
    UITestGestureDirection swipeDirection
)
static member Swipe : 
        control:UITestControl * 
        swipeDirection:UITestGestureDirection -> unit
public static function Swipe(
    control : UITestControl, 
    swipeDirection : UITestGestureDirection
)

매개 변수

.NET Framework 보안

참고 항목

참조

Gesture 클래스

Swipe 오버로드

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스