Поделиться через


UICollectionViewSource.CanFocusItem(UICollectionView, NSIndexPath) Метод

Определение

Можно ли сфокусировать элемент в indexPath .

[Foundation.Export("collectionView:canFocusItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanFocusItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member CanFocusItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.CanFocusItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Параметры

collectionView
UICollectionView

связан UICollectionView с this.

indexPath
NSIndexPath

Объект NSIndexPath проверяемого элемента.

Возвращаемое значение

Возвращает значение true , если элемент может быть сфокусироваться.

Атрибуты

Применяется к