UITableViewDelegate_Extensions.TitleForDeleteConfirmation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
覆寫時,變更刪除確認按鈕的預設標題。
[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
可能刪除之資料列的位置。
傳回
- 屬性