Share via


UITableViewRowAction.Create 方法

定义

创建并返回具有指定 styletitlehandler的表视图行操作。

[Foundation.Export("rowActionWithStyle:title:handler:")]
public static UIKit.UITableViewRowAction Create (UIKit.UITableViewRowActionStyle style, string title, Action<UIKit.UITableViewRowAction,Foundation.NSIndexPath> handler);
static member Create : UIKit.UITableViewRowActionStyle * string * Action<UIKit.UITableViewRowAction, Foundation.NSIndexPath> -> UIKit.UITableViewRowAction

参数

title
String

内容待定。

此参数可以为 null

返回

属性

适用于