次の方法で共有


UITableViewDelegate_Extensions.EditActionsForRow メソッド

定義

ユーザーが によってindexPath識別されるテーブル ビューの行をスワイプした後に表示する行アクションのtableView配列を返します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewRowAction[] EditActionsForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member EditActionsForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewRowAction[]

パラメーター

This
IUITableViewDelegate

この拡張メソッドが動作するインスタンス。

tableView
UITableView
indexPath
NSIndexPath

戻り値

属性

適用対象