IApp.PinchToZoomIn 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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)
매개 변수
적용 대상
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) 을 참조하세요.