UICollectionViewDelegate_Extensions.CanFocusItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否可以將專案 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
參數
這個擴充方法運作所在的實例。
- collectionView
- UICollectionView
與 UICollectionView 相關聯 this
。
- indexPath
- NSIndexPath
NSIndexPath正在檢查之專案的 。
傳回
true
如果專案可以聚焦,則傳回 。
- 屬性
備註
如果未實作這個方法,將會檢查項目的 CanBecomeFocused 屬性。