UIPressesEvent.GetPresses(UIGestureRecognizer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A set of one or more UIPress objects associated with the gesture
UIGestureRecognizer.
[Foundation.Export("pressesForGestureRecognizer:")]
public virtual Foundation.NSSet<UIKit.UIPress> GetPresses (UIKit.UIGestureRecognizer gesture);
abstract member GetPresses : UIKit.UIGestureRecognizer -> Foundation.NSSet<UIKit.UIPress>
override this.GetPresses : UIKit.UIGestureRecognizer -> Foundation.NSSet<UIKit.UIPress>
Parameters
- gesture
- UIGestureRecognizer
Returns
- Attributes