Partager via


AppQuery.WebView Méthode

Définition

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

AppQuery

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.

Retours

AppQuery

S’applique à