UITableViewController.GetContextMenuConfiguration 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("tableView:contextMenuConfigurationForRowAtIndexPath:point:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIContextMenuConfiguration? GetContextMenuConfiguration(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
[<Foundation.Export("tableView:contextMenuConfigurationForRowAtIndexPath:point:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetContextMenuConfiguration : UIKit.UITableView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
override this.GetContextMenuConfiguration : UIKit.UITableView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
Parameters
- tableView
- UITableView
- indexPath
- NSIndexPath
- point
- CGPoint
Returns
Implements
- Attributes