Compartilhar via


UICollectionViewSource.CanMoveItem(UICollectionView, NSIndexPath) Método

Definição

Se o item em pode ser movido.

[Foundation.Export("collectionView:canMoveItemAtIndexPath:")]
[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 CanMoveItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member CanMoveItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.CanMoveItem : 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