Share via


UICollectionViewDropIntent Enumeration

Definition

Listet Ablageaktionen auf.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionViewDropIntent
type UICollectionViewDropIntent = 
Vererbung
UICollectionViewDropIntent
Attribute

Felder

InsertAtDestinationIndexPath 1

Gibt an, dass die gelöschten Elemente im Zielindexpfad eingefügt werden.

InsertIntoDestinationIndexPath 2

Gibt an, dass die gelöschten Elemente in das Zielindexpfadelement eingefügt werden.

Unspecified 0

Gibt an, dass keine Aktion angegeben wurde.

Gilt für: