UICollectionViewDelegate_Extensions.ShouldSelectItem Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si la cellule au niveau de l’indexPath spécifié s’autorise à être sélectionnée.
public static bool ShouldSelectItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldSelectItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- collectionView
- UICollectionView
Vue de collection à l’origine de la demande.
- indexPath
- NSIndexPath