UITableViewSource.TitleForDeleteConfirmation(UITableView, NSIndexPath) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定資料列的 [刪除] 按鈕文字。
[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] 中宣告