Freigeben über


UICollectionViewController.ShouldHighlightItem Methode

Definition

Gibt an, ob das angegebene Element hervorgehoben werden soll.

[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
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

Parameter

collectionView
UICollectionView

Von diesem Ansichtscontroller verwaltete Sammlungsansicht.

indexPath
NSIndexPath

Indexpfad für das betroffene Element.

Gibt zurück

Gibt zurück true , wenn element hervorgehoben werden soll, false falls nicht.

Attribute

Gilt für: