Freigeben über


UICollectionViewController.ShouldDeselectItem Methode

Definition

Gibt an, ob das angegebene Element deaktiviert werden soll.

[Foundation.Export("collectionView:shouldDeselectItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldDeselectItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldDeselectItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldDeselectItem : 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 das Element deaktiviert werden soll, false falls nicht.

Attribute

Gilt für: