Compartilhar via


UICollectionViewSource.ShouldShowMenu(UICollectionView, NSIndexPath) Método

Definição

Se o item no indexPath especificado deve mostrar um menu de ação.

[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

Parâmetros

collectionView
UICollectionView

A exibição de coleção que originou a solicitação.

indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a