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
)
參數
control
類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl揮擊筆勢要執行的控制項。
swipeDirection
類型:Microsoft.VisualStudio.TestTools.UITesting.UITestGestureDirection揮擊筆勢的方向 (向上/左/右)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。