UserAction É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.
Actions utilisateur pouvant être envoyées aux applications Android
public enum UserAction
type UserAction =
Public Enum UserAction
- Héritage
-
UserAction
Champs
Done | 7 | Action terminée. |
Go | 3 | Action aller. |
Next | 6 | Action suivante. |
None | 2 | Action none. |
Normal | 0 | Action normale. |
Previous | 8 | Action précédente. |
Search | 4 | Action de recherche. |
Send | 5 | Action d’envoi. |
Unspecified | 1 | Action non spécifiée. |