共用方式為


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>

適用於