다음을 통해 공유


IApp.PinchToZoomIn 메서드

정의

오버로드

PinchToZoomIn(Func<AppQuery,AppQuery>, Nullable<TimeSpan>)

일치하는 요소에서 손가락 모으기 제스처를 수행하여 보기를 확대합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

PinchToZoomIn(String, Nullable<TimeSpan>)

일치하는 요소에서 손가락 모으기 제스처를 수행하여 보기를 확대합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

PinchToZoomIn(Func<AppQuery,AppQuery>, Nullable<TimeSpan>)

일치하는 요소에서 손가락 모으기 제스처를 수행하여 보기를 확대합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

public void PinchToZoomIn (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomIn : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomIn (query As Func(Of AppQuery, AppQuery), Optional duration As Nullable(Of TimeSpan) = null)

매개 변수

query
Func<AppQuery,AppQuery>

요소를 지정하는 흐름 API의 진입점입니다.

duration
Nullable<TimeSpan>

TimeSpan 손가락 모으기 제스처의 기간입니다.

적용 대상

PinchToZoomIn(String, Nullable<TimeSpan>)

일치하는 요소에서 손가락 모으기 제스처를 수행하여 보기를 확대합니다. 여러 요소가 일치하면 첫 번째 요소가 사용됩니다.

public void PinchToZoomIn (string marked, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomIn : string * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomIn (marked As String, Optional duration As Nullable(Of TimeSpan) = null)

매개 변수

marked
String

일치하도록 표시된 선택기입니다. 자세한 내용은 Marked(String) 을 참조하세요.

duration
Nullable<TimeSpan>

TimeSpan 손가락 모으기 제스처의 기간입니다.

적용 대상