Freigeben über


UICollectionViewDropDelegate.CanHandleDropSession Methode

Definition

Gibt einen booleschen Wert zurück, der angibt, ob die Auflistungsansicht Löschvorgänge aus den Daten in der Sitzung verarbeiten kann.

[Foundation.Export("collectionView:canHandleDropSession:")]
public virtual bool CanHandleDropSession (UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
abstract member CanHandleDropSession : UIKit.UICollectionView * UIKit.IUIDropSession -> bool
override this.CanHandleDropSession : UIKit.UICollectionView * UIKit.IUIDropSession -> bool

Parameter

collectionView
UICollectionView

Die abzufragende Sammlungsansicht.

session
IUIDropSession

Die Drop-Sitzung mit den Daten des Ziehtyps.

Gibt zurück

Attribute

Gilt für: