共用方式為


UITableViewSource.TitleForDeleteConfirmation(UITableView, NSIndexPath) 方法

定義

設定指定資料列的 [刪除] 按鈕文字。

[Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string TitleForDeleteConfirmation (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string
override this.TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string

參數

tableView
UITableView

正在編輯的資料表檢視。

indexPath
NSIndexPath

可能刪除的資料列位置。

傳回

要作為 [刪除] 按鈕標題的文字。

屬性

備註

當使用者在資料表檢視處於編輯模式時撥動或點選紅色圓形配件時,會出現 [刪除] 按鈕。

使用這個方法來自訂按鈕標題,例如在 [郵件] 應用程式中,[刪除] 按鈕標題包含將在郵件執行緒中刪除的電子郵件數目。

在 [UITableViewDelegate] 中宣告

適用於