共用方式為


UITableViewDelegate_Extensions.EditActionsForRow 方法

定義

傳回在使用者撥動資料表檢視中 tableView 所識別 indexPath 之資料列之後所顯示的列動作陣列。

[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

傳回

屬性

適用於