UITextDropAction É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 comportements en réponse au texte supprimé.
[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 UITextDropAction
type UITextDropAction =
- Héritage
-
UITextDropAction
- Attributs
Champs
Insert | 0 | Indique que le texte supprimé est inséré au point d’insertion, qu’il y ait ou non une sélection de texte. |
ReplaceAll | 2 | Indique que le texte supprimé remplace tout le texte de la cible. |
ReplaceSelection | 1 | Indique que le texte supprimé remplace le texte sélectionné dans la cible ou qu’il est inséré au point de dépôt s’il n’y a pas de sélection. |