Share via


AppTypedSelector<T>.Value<TResult> Method

Definition

Extracts the result of the query as a given type.

public Xamarin.UITest.Queries.AppTypedSelector<TResult> Value<TResult> ();
member this.Value : unit -> Xamarin.UITest.Queries.AppTypedSelector<'Result>
Public Function Value(Of TResult) () As AppTypedSelector(Of TResult)

Type Parameters

TResult

The expected result type of the query.

Returns

AppTypedSelector<TResult>

Applies to