AppQuery.All(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the query to return all elements instead of just the visible ones.
public Xamarin.UITest.Queries.AppQuery All (string className = null);
member this.All : string -> Xamarin.UITest.Queries.AppQuery
Public Function All (Optional className As String = null) As AppQuery
Parameters
- className
- String
Optional class name of elements to match.