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

返回

属性

适用于