共用方式為


AppPrintHelper.Query 方法

定義

多載

Query(Func<AppQuery,AppQuery>)

列印與 queryConsole 相符的檢視專案。

Query(Func<AppQuery,AppWebQuery>)

列印與 queryConsole 相符的檢視專案。

Query<T>(Func<AppQuery,AppTypedSelector<T>>)

列印與 queryConsole 相符的屬性。

Query(Func<AppQuery,AppQuery>)

列印與 queryConsole 相符的檢視專案。

public void Query (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query = null);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
Public Sub Query (Optional query As Func(Of AppQuery, AppQuery) = null)

參數

query
Func<AppQuery,AppQuery>

Fluent API 的進入點,以指定 專案。 如果保留為 , null 則會傳回所有可見的檢視物件。

適用於

Query(Func<AppQuery,AppWebQuery>)

列印與 queryConsole 相符的檢視專案。

public void Query (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> query);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> -> unit
Public Sub Query (query As Func(Of AppQuery, AppWebQuery))

參數

query
Func<AppQuery,AppWebQuery>

Fluent API 的進入點,以指定 專案。 如果保留為 , null 則會傳回所有可見的檢視物件。

適用於

Query<T>(Func<AppQuery,AppTypedSelector<T>>)

列印與 queryConsole 相符的屬性。

public void Query<T> (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppTypedSelector<T>> typedSelector);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppTypedSelector<'T>> -> unit
Public Sub Query(Of T) (typedSelector As Func(Of AppQuery, AppTypedSelector(Of T)))

類型參數

T

參數

typedSelector
Func<AppQuery,AppTypedSelector<T>>

Fluent API 的進入點,以指定 屬性。

適用於