Condividi tramite


Elemento UsedCommands

L'elemento UsedCommands raggruppa gli elementi UsedCommand e altri raggruppamenti UsedCommands.

L'elemento UsedCommands è facoltativo. Se non si chiamano comandi definiti all'esterno del pacchetto, non è necessario includere questa sezione nel file vsct.

Sintassi

<UsedCommands condition="Defined(DEBUG)">
  <UsedCommand ... />
</UsedCommands>

Attributi ed elementi

Nelle sezioni seguenti vengono descritti gli attributi, gli elementi figlio e gli elementi padre.

Attributi

Attributo Descrizione
Condizione Facoltativo. Vedere Attributi condizionali.

Elementi figlio

Elemento Descrizione
Elemento UsedCommand Comando implementato da altro codice.

Elementi padre

Elemento Descrizione
Elemento CommandTable Definisce tutti gli elementi che rappresentano i comandi (ad esempio, voci di menu, menu, barre degli strumenti e caselle combinate) forniti da un PACCHETTO VSPackage all'ambiente di sviluppo integrato (IDE).

Esempio

<UsedCommands>
  <UsedCommand guid="guidVSStd97" id="cmdidCut"/>
  <UsedCommand guid="guidVSStd97" id="cmdidCopy"/>
  <UsedCommand guid="guidVSStd97" id="cmdidPaste"/>
</UsedCommands>

Vedi anche