UITableViewDelegate_Extensions.EditingStyleForRow メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した indexPath の UITableViewCellEditingStyle。
public static UIKit.UITableViewCellEditingStyle EditingStyleForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditingStyleForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle
パラメーター
- This
- IUITableViewDelegate
この拡張メソッドが動作するインスタンス。
- tableView
- UITableView
編集可能になるテーブル ビュー。
- indexPath
- NSIndexPath
行の場所。