次の方法で共有


UITableViewController.PerformAction メソッド

定義

指定した行の内容に対してコピーまたは貼り付けを実行します。

[Foundation.Export("tableView:performAction:forRowAtIndexPath:withSender:")]
public virtual void PerformAction (UIKit.UITableView tableView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member PerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit
override this.PerformAction : UIKit.UITableView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit

パラメーター

tableView
UITableView
action
Selector
indexPath
NSIndexPath
sender
NSObject
属性

適用対象