次の方法で共有


PropertyAppQuery.Value<T> メソッド

定義

プロパティの値を抽出します。

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

型パラメーター

T

プロパティの予想される結果の型。

戻り値

AppTypedSelector<T>

適用対象