共用方式為


UITableViewDelegate_Extensions.TitleForDeleteConfirmation 方法

定義

覆寫時,變更刪除確認按鈕的預設標題。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static string TitleForDeleteConfirmation (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member TitleForDeleteConfirmation : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> string

參數

This
IUITableViewDelegate

這個擴充方法運作所在的實例。

tableView
UITableView

正在編輯的資料表檢視。

indexPath
NSIndexPath

可能刪除之資料列的位置。

傳回

屬性

適用於