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