Partager via


UICollectionViewDelegate.ShouldHighlightItem Méthode

Définition

Indique si l’élément spécifié doit être mis en surbrillance pendant le suivi.

[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
public virtual bool ShouldHighlightItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldHighlightItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldHighlightItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

indexPath
NSIndexPath

Retours

Attributs

S’applique à