UICollectionViewDelegate.ShouldShowMenu(UICollectionView, NSIndexPath) 方法

定义

是否应为指定项显示操作菜单。

[Foundation.Export("collectionView:shouldShowMenuForItemAtIndexPath:")]
public virtual bool ShouldShowMenu (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldShowMenu : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldShowMenu : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

参数

collectionView
UICollectionView

发起请求的集合视图。

indexPath
NSIndexPath

返回

属性

适用于