Sdílet prostřednictvím


UITableViewSource.TitleForDeleteConfirmation(UITableView, NSIndexPath) Method

Definition

[Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? TitleForDeleteConfirmation(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string
override this.TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to