UITableViewController.AccessoryButtonTapped(UITableView, NSIndexPath) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した indexPath のアクセサリ/開示ボタンをユーザーがタップしたことを示します。
[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AccessoryButtonTapped(UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
パラメーター
- tableView
- UITableView
タップされた行/セルアクセサリを含むテーブル ビュー。
- indexPath
- NSIndexPath
テーブル ビュー内の行の場所。
実装
- 属性