Partager via


UICollectionViewDelegate_Extensions.ShouldDeselectItem Méthode

Définition

Indique si la cellule au niveau de l’indexPath spécifié doit se permettre d’être désélectionnée.

public static bool ShouldDeselectItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldDeselectItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Paramètres

This
IUICollectionViewDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

indexPath
NSIndexPath

Retours

S’applique à