Command. Comment, propriété
Représente un commentaire, ou annotation, pour une commande.
Usage
<Command.Comment/>
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 plus une fois pour chaque commande.
Le commentaire est associé à une définition de commande dans le fichier d’en-tête du ruban, par exemple #define cmdSave 25003 /* Save */ .
Cet élément contient une valeur de type XS : String.
La longueur maximale est de 250 caractères.
Exemples
L’exemple suivant illustre le balisage pour un élément Command avec une déclaration Command. Comment .
<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 |
applications de [ bureau Windows 7 uniquement] |
| Serveur minimal pris en charge |
Windows Serveur 2008 R2, [ applications de bureau uniquement] |