AppQuery.Marked(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
符合一般值。
針對 Android:具有指定值的專案,可以是 id
或 contentDescription
text
。
針對 iOS:具有指定值的專案,其值為 accessibilityLabel
或 accessibilityIdentifier
。
public Xamarin.UITest.Queries.AppQuery Marked (string text);
member this.Marked : string -> Xamarin.UITest.Queries.AppQuery
Public Function Marked (text As String) As AppQuery
參數
- text
- String
要比對的值。