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>

适用于