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


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

Определение

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

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

Параметры

collectionView
UICollectionView

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

indexPath
NSIndexPath

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

Атрибуты

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