Share via


UIContextMenuInteractionDelegate.GetConfigurationForMenu Method

Definition

[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

location
CGPoint

Returns

Implements

Attributes

Applies to