AppPrintHelper.Query 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Query(Func<AppQuery,AppQuery>) |
에 의해 일치하는 |
Query(Func<AppQuery,AppWebQuery>) |
에 의해 일치하는 |
Query<T>(Func<AppQuery,AppTypedSelector<T>>) |
에 일치하는 |
Query(Func<AppQuery,AppQuery>)
에 의해 일치하는 query
뷰 요소를 인쇄합니다 Console.
public void Query (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query = null);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> -> unit
Public Sub Query (Optional query As Func(Of AppQuery, AppQuery) = null)
매개 변수
적용 대상
Query(Func<AppQuery,AppWebQuery>)
에 의해 일치하는 query
뷰 요소를 인쇄합니다 Console.
public void Query (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> query);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> -> unit
Public Sub Query (query As Func(Of AppQuery, AppWebQuery))
매개 변수
- query
- Func<AppQuery,AppWebQuery>
요소를 지정하는 흐름 API의 진입점입니다. 로 null
왼쪽이면 표시되는 모든 뷰 개체가 반환됩니다.
적용 대상
Query<T>(Func<AppQuery,AppTypedSelector<T>>)
에 일치하는 query
속성을 인쇄합니다 Console.
public void Query<T> (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppTypedSelector<T>> typedSelector);
member this.Query : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppTypedSelector<'T>> -> unit
Public Sub Query(Of T) (typedSelector As Func(Of AppQuery, AppTypedSelector(Of T)))
형식 매개 변수
- T
매개 변수
- typedSelector
- Func<AppQuery,AppTypedSelector<T>>
속성을 지정하는 흐름 API의 진입점입니다.