Command.Name propriété
Représente le nom d’une commande.
Utilisation
<Command.Name/>
Attributs
Il n’y a pas d’attributs.
Éléments enfants
Il n’y a pas d’éléments enfants.
Éléments parents
Élément |
---|
Commande |
Notes
Optionnel.
Peut se produire au maximum une fois pour chaque commande.
Command.Name est référencé dans le balisage pour associer une commande à un contrôle via l’attribut CommandName du contrôle.
Cet élément contient une valeur de type xs:string.
La valeur est limitée à une chaîne qui se compose d’une lettre ou d’un trait de soulignement suivi d’une séquence de lettres, de chiffres et de traits de soulignement.
La longueur maximale est de 100 caractères.
Exemples
L’exemple suivant illustre le balisage d’un élément Command avec une déclaration Command.Name .
<Command>
<Command.Name>cmdSave</Command.Name>
<Command.Symbol>ID_FILE_SAVE</Command.Symbol>
<Command.Comment>Save</Command.Comment>
<Command.Id>25003</Command.Id>
<Command.LabelTitle>
<String>
<String.Content>Label for Save</String.Content>
<String.Id>59999</String.Id>
<String.Symbol>strSave</String.Symbol>
</String>
</Command.LabelTitle>
<Command.TooltipTitle>Tooltip title with && for Save Command</Command.TooltipTitle>
<Command.TooltipDescription>Tooltip description for Save Command.</Command.TooltipDescription>
<Command.Keytip>s1</Command.Keytip>
</Command>
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server 2008 R2 [applications de bureau uniquement] |