次の方法で共有


AppTypedSelector<T>.Value<TResult> メソッド

定義

クエリの結果を特定の型として抽出します。

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)

型パラメーター

TResult

クエリの予想される結果の種類。

戻り値

AppTypedSelector<TResult>

適用対象