共用方式為


UIGestureRecognizer.IgnorePress(UIPress, UIPressesEvent) 方法

定義

開發人員可能會覆寫這個方法,告知手勢辨識器忽略特定按下。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void IgnorePress (UIKit.UIPress button, UIKit.UIPressesEvent event);
member this.IgnorePress : UIKit.UIPress * UIKit.UIPressesEvent -> unit

參數

button
UIPress
屬性

適用於