AppTypedSelector<T>(AppQuery, Object[], Boolean) Constructor

Definition

Constructor for selectors. Should not be called directly, but used as part of the fluent API in the Property class and for Invoke.

public AppTypedSelector (Xamarin.UITest.Queries.AppQuery appQuery, object[] queryParams, bool explicitlyRequestedValue = false);
new Xamarin.UITest.Queries.AppTypedSelector<'T> : Xamarin.UITest.Queries.AppQuery * obj[] * bool -> Xamarin.UITest.Queries.AppTypedSelector<'T>

Parameters

appQuery
AppQuery

The query for property

queryParams
Object[]

The parameters passed to the query.

explicitlyRequestedValue
Boolean

Applies to