次の方法で共有


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

削除される可能性がある行の場所。

戻り値

属性

適用対象