CommandFormat É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.
Attention
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
public enum class CommandFormat
public enum CommandFormat
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum CommandFormat
type CommandFormat =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type CommandFormat =
Public Enum CommandFormat
- Héritage
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| Button | 0 | Affiche le contrôle sous la forme d’un Command bouton. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez |
| Link | 1 | Affiche le Command contrôle en tant que lien hypertexte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez |
Exemples
Cet exemple illustre l’utilisation de la CommandFormat classe.