共用方式為


UITableViewDelegate_Extensions.ShouldShowMenu 方法

定義

指定 rowAtIndexPath 上的儲存格是否應該顯示動作功能表。

public static bool ShouldShowMenu (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
static member ShouldShowMenu : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> bool

參數

This
IUITableViewDelegate

這個擴充方法運作所在的實例。

tableView
UITableView

包含資料列的資料表檢視。

rowAtindexPath
NSIndexPath

使用者選取的資料列位置。

傳回

適用於