Partager via


Propriété Command.Symbol

Représente le nom d’une commande qui peut être référencée en externe.

Utilisation

<Command.Symbol/>

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.

Le symbole 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 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.Symbol .

<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 &amp;&amp; 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]