共用方式為


UIGestureRecognizerDelegate_Extensions.ShouldReceivePress 方法

定義

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldReceivePress (this UIKit.IUIGestureRecognizerDelegate This, UIKit.UIGestureRecognizer gestureRecognizer, UIKit.UIPress press);
static member ShouldReceivePress : UIKit.IUIGestureRecognizerDelegate * UIKit.UIGestureRecognizer * UIKit.UIPress -> bool

參數

This
IUIGestureRecognizerDelegate

這個擴充方法運作所在的 實例。

gestureRecognizer
UIGestureRecognizer
press
UIPress

傳回

屬性

適用於