次の方法で共有


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

戻り値

属性

適用対象