AndroidApp.PinchToZoomOut 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PinchToZoomOut(Func<AppQuery,AppQuery>, Nullable<TimeSpan>) |
在相符的元素上執行捏合手勢,以縮小檢視。如果符合多個元素,則會使用第一個專案。 |
PinchToZoomOut(String, Nullable<TimeSpan>) |
在相符的元素上執行捏合手勢,以縮小檢視。如果符合多個元素,則會使用第一個專案。 |
PinchToZoomOut(Func<AppQuery,AppQuery>, Nullable<TimeSpan>)
在相符的元素上執行捏合手勢,以縮小檢視。如果符合多個元素,則會使用第一個專案。
public void PinchToZoomOut (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomOut : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Nullable<TimeSpan> -> unit
override this.PinchToZoomOut : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomOut (query As Func(Of AppQuery, AppQuery), Optional duration As Nullable(Of TimeSpan) = null)
參數
實作
適用於
PinchToZoomOut(String, Nullable<TimeSpan>)
在相符的元素上執行捏合手勢,以縮小檢視。如果符合多個元素,則會使用第一個專案。
public void PinchToZoomOut (string marked, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomOut : string * Nullable<TimeSpan> -> unit
override this.PinchToZoomOut : string * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomOut (marked As String, Optional duration As Nullable(Of TimeSpan) = null)
參數
- marked
- String
標示要相符的選取器。 如需相關資訊,請參閱 Marked(String) 。