Freigeben über


UICollectionViewDelegate_Extensions.CanFocusItem Methode

Definition

Gibt an, ob der Fokus auf das Element indexPath gelegt werden kann.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanFocusItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member CanFocusItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parameter

This
IUICollectionViewDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

collectionView
UICollectionView

Der UICollectionView ist zugeordnet this.

indexPath
NSIndexPath

Die NSIndexPath des elements, das überprüft wird.

Gibt zurück

Gibt zurück true , wenn das Element den Fokus haben kann.

Attribute

Hinweise

Wenn diese Methode nicht implementiert ist, wird die -Eigenschaft des CanBecomeFocused Elements überprüft.

Gilt für: