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
削除される可能性がある行の場所。
戻り値
- 属性