다음을 통해 공유


AppQuery.WebView 메서드

정의

오버로드

WebView()

WebView와 일치

WebView(Int32)

nth WebView와 일치

WebView()

WebView와 일치

public Xamarin.UITest.Queries.AppQuery WebView ();
member this.WebView : unit -> Xamarin.UITest.Queries.AppQuery
Public Function WebView () As AppQuery

반환

AppQuery

적용 대상

WebView(Int32)

nth 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

매개 변수

index
Int32

반환할 웹 보기의 인덱스(0부터 시작)입니다.

반환

AppQuery

적용 대상