Bagikan melalui


UICollectionViewDelegate_Extensions.CanFocusItem Metode

Definisi

Apakah item di dapat difokuskan indexPath .

[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

Instans tempat metode ekstensi ini beroperasi.

collectionView
UICollectionView

dikaitkan UICollectionView dengan this.

indexPath
NSIndexPath

Item NSIndexPath yang sedang diperiksa.

Mengembalikan

Mengembalikan jika item dapat difokuskan true .

Atribut

Keterangan

Jika metode ini tidak diimplementasikan, properti item CanBecomeFocused akan diperiksa.

Berlaku untuk