次の方法で共有


AndroidApp.SwipeRightToLeft メソッド

定義

オーバーロード

SwipeRightToLeft(Double, Int32, Boolean)

右から左にスワイプ ジェスチャを実行します。

SwipeRightToLeft(Func<AppQuery,AppQuery>, Double, Int32, Boolean)

一致する要素に対して右から左へのスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

SwipeRightToLeft(Func<AppQuery,AppWebQuery>, Double, Int32, Boolean)

一致する要素に対して左から右にスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

SwipeRightToLeft(String, Double, Int32, Boolean)

一致する要素に対して右から左へのスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

SwipeRightToLeft(Double, Int32, Boolean)

右から左にスワイプ ジェスチャを実行します。

public void SwipeRightToLeft (double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member SwipeRightToLeft : double * int * bool -> unit
override this.SwipeRightToLeft : double * int * bool -> unit
Public Sub SwipeRightToLeft (Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

パラメーター

swipePercentage
Double

画面全体でスワイプする距離 (0.0 から 1.0)。

swipeSpeed
Int32

ジェスチャの速度。

withInertia
Boolean

スワイプによって慣性が発生するかどうか。

実装

適用対象

SwipeRightToLeft(Func<AppQuery,AppQuery>, Double, Int32, Boolean)

一致する要素に対して右から左へのスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

public void SwipeRightToLeft (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member SwipeRightToLeft : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double * int * bool -> unit
override this.SwipeRightToLeft : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * double * int * bool -> unit
Public Sub SwipeRightToLeft (query As Func(Of AppQuery, AppQuery), Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

パラメーター

query
Func<AppQuery,AppQuery>

要素を指定する fluent API のエントリ ポイント。

swipePercentage
Double

スワイプする要素の距離 (0.0 から 1.0)。

swipeSpeed
Int32

ジェスチャの速度。

withInertia
Boolean

スワイプによって慣性が発生するかどうか。

実装

適用対象

SwipeRightToLeft(Func<AppQuery,AppWebQuery>, Double, Int32, Boolean)

一致する要素に対して左から右にスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

public void SwipeRightToLeft (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> query, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member SwipeRightToLeft : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * double * int * bool -> unit
override this.SwipeRightToLeft : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * double * int * bool -> unit
Public Sub SwipeRightToLeft (query As Func(Of AppQuery, AppWebQuery), Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

パラメーター

query
Func<AppQuery,AppWebQuery>

要素を指定する fluent API のエントリ ポイント。

swipePercentage
Double

スワイプする要素の距離 (0.0 から 1.0)。

swipeSpeed
Int32

ジェスチャの速度。

withInertia
Boolean

スワイプによって慣性が発生するかどうか。

実装

適用対象

SwipeRightToLeft(String, Double, Int32, Boolean)

一致する要素に対して右から左へのスワイプ ジェスチャを実行します。 複数の要素が一致する場合は、最初の要素が使用されます。

public void SwipeRightToLeft (string marked, double swipePercentage = 0.67, int swipeSpeed = 500, bool withInertia = true);
abstract member SwipeRightToLeft : string * double * int * bool -> unit
override this.SwipeRightToLeft : string * double * int * bool -> unit
Public Sub SwipeRightToLeft (marked As String, Optional swipePercentage As Double = 0.67, Optional swipeSpeed As Integer = 500, Optional withInertia As Boolean = true)

パラメーター

marked
String

一致するようにマークされたセレクター。 詳細については、「 Marked(String) 」を参照してください。

swipePercentage
Double

スワイプする要素の距離 (0.0 から 1.0)。

swipeSpeed
Int32

ジェスチャの速度。

withInertia
Boolean

スワイプによって慣性が発生するかどうか。

実装

適用対象