UICollectionViewDelegate.ShouldShowMenu(UICollectionView, NSIndexPath) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否應該顯示指定專案的動作功能表。
[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
傳回
- 屬性