Compartilhar via


UICollectionViewDelegate.ShouldShowMenu(UICollectionView, NSIndexPath) Método

Definição

Se um menu de ação deve ser exibido para o item especificado.

[Foundation.Export("collectionView:shouldShowMenuForItemAtIndexPath:")]
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