AppQuery.Index(Int32) 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.
Matches the nth element of the currently matched elements.
public Xamarin.UITest.Queries.AppQuery Index (int index);
member this.Index : int -> Xamarin.UITest.Queries.AppQuery
Public Function Index (index As Integer) As AppQuery
Parameters
- index
- Int32
The zero-based index of the element to match.