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

返回

属性

适用于