UITableViewDropIntent Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les options de gestion des suppressions.
[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 UITableViewDropIntent
type UITableViewDropIntent =
- Héritage
-
UITableViewDropIntent
- Attributs
Champs
Automatic | 3 | Indique que la suppression sera automatiquement gérée en fonction de l’emplacement de dépôt. |
InsertAtDestinationIndexPath | 1 | Indique que le contenu sera placé à l’emplacement supprimé. |
InsertIntoDestinationIndexPath | 2 | Indique que le contenu sera placé dans l’élément qui se trouve à l’emplacement supprimé. |
Unspecified | 0 | Indique l’absence d’une proposition de suppression. |