AppQuery.WebView Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WebView() |
Correspond à WebViews |
WebView(Int32) |
Correspond au nième WebView |
WebView()
Correspond à WebViews
public Xamarin.UITest.Queries.AppQuery WebView ();
member this.WebView : unit -> Xamarin.UITest.Queries.AppQuery
Public Function WebView () As AppQuery
Retours
S’applique à
WebView(Int32)
Correspond au nième WebView
public Xamarin.UITest.Queries.AppQuery WebView (int index);
member this.WebView : int -> Xamarin.UITest.Queries.AppQuery
Public Function WebView (index As Integer) As AppQuery
Paramètres
- index
- Int32
Index de base zéro de la vue web à retourner.