UICollectionViewDelegate.ShouldShowMenu(UICollectionView, NSIndexPath) Méthode

Définition

Indique si un menu d’action doit être affiché pour l’élément spécifié.

[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

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

indexPath
NSIndexPath

Retours

Attributs

S’applique à