Condividi tramite


UICollectionViewDelegate_Extensions.CanFocusItem Metodo

Definizione

Indica se l'elemento in indexPath può essere incentrato.

[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

Parametri

This
IUICollectionViewDelegate

Istanza in cui funziona questo metodo di estensione.

collectionView
UICollectionView

L'oggetto UICollectionView è associato a this.

indexPath
NSIndexPath

Oggetto NSIndexPath dell'elemento controllato.

Restituisce

Restituisce true se l'elemento può essere attivo.

Attributi

Commenti

Se questo metodo non viene implementato, la proprietà dell'elemento CanBecomeFocused verrà selezionata.

Si applica a