共用方式為


UICollectionViewDelegate_Extensions.CanFocusItem 方法

定義

是否可以將專案 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

參數

This
IUICollectionViewDelegate

這個擴充方法運作所在的實例。

collectionView
UICollectionView

UICollectionView 相關聯 this

indexPath
NSIndexPath

NSIndexPath正在檢查之專案的 。

傳回

true如果專案可以聚焦,則傳回 。

屬性

備註

如果未實作這個方法,將會檢查項目的 CanBecomeFocused 屬性。

適用於