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


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

Определение

Указывает, должен ли быть выбран элемент в указанном indexPath.

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

Параметры

collectionView
UICollectionView

Представление коллекции, из которого был создан запрос.

indexPath
NSIndexPath

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

Атрибуты

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