Gesture.Swipe 方法 (UITestControl, Double, Int32)
執行是指快速滑動簡短距離的撥動手勢。 例如,透過電子郵件的筆觸會選取它或撥動的帳戶下移並排顯示來選取它。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
語法
'宣告
Public Shared Sub Swipe ( _
control As UITestControl, _
directionInDegrees As Double, _
swipeLength As Integer _
)
public static void Swipe(
UITestControl control,
double directionInDegrees,
int swipeLength
)
public:
static void Swipe(
UITestControl^ control,
double directionInDegrees,
int swipeLength
)
static member Swipe :
control:UITestControl *
directionInDegrees:float *
swipeLength:int -> unit
public static function Swipe(
control : UITestControl,
directionInDegrees : double,
swipeLength : int
)
參數
control
類型:Microsoft.VisualStudio.TestTools.UITesting.UITestControl揮擊筆勢要執行的控制項。
directionInDegrees
類型:Double揮擊筆勢度數的方向。 值將之間 [0,360]。
swipeLength
類型:Int32揮擊過的長度 (以像素為單位)。
備註
揮擊筆勢的播放取決於螢幕解析度。 如果解析度變更,參數可能必須變更。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。