共用方式為


AppQuery.Child 方法

定義

多載

Child(Int32)

變更查詢,以傳回目前相符專案的 n 子專案。

Child(String)

變更查詢以傳回目前相符專案的子專案。

Child(Int32)

變更查詢,以傳回目前相符專案的 n 子專案。

public Xamarin.UITest.Queries.AppQuery Child (int index);
member this.Child : int -> Xamarin.UITest.Queries.AppQuery
Public Function Child (index As Integer) As AppQuery

參數

index
Int32

要傳回之子系之以零起始的索引。

傳回

AppQuery

適用於

Child(String)

變更查詢以傳回目前相符專案的子專案。

public Xamarin.UITest.Queries.AppQuery Child (string className = null);
member this.Child : string -> Xamarin.UITest.Queries.AppQuery
Public Function Child (Optional className As String = null) As AppQuery

參數

className
String

要比對之專案的選擇性類別名稱。

傳回

AppQuery

適用於