次の方法で共有


UITableViewRowAction.Create メソッド

定義

指定した styletitle、および を使用して、テーブル ビューの行アクションを作成して handler返します。

[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 に設定できます。

戻り値

属性

適用対象