UIContextMenuInteractionDelegate.GetConfigurationForMenu 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.
[Foundation.Export("contextMenuInteraction:configurationForMenuAtLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIContextMenuConfiguration? GetConfigurationForMenu(UIKit.UIContextMenuInteraction interaction, CoreGraphics.CGPoint location);
[<Foundation.Export("contextMenuInteraction:configurationForMenuAtLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetConfigurationForMenu : UIKit.UIContextMenuInteraction * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
override this.GetConfigurationForMenu : UIKit.UIContextMenuInteraction * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
Parameters
- interaction
- UIContextMenuInteraction
- location
- CGPoint
Returns
Implements
- Attributes