Share via


UITableViewRowAction.Create 메서드

정의

지정 style한 , titlehandler를 사용하여 테이블 뷰 행 작업을 만들고 반환합니다.

[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일 수 있습니다.

반환

특성

적용 대상