UsedCommands, element
Element UsedCommands grupuje elementy UsedCommand i inne grupy UsedCommands.
Element UsedCommands jest opcjonalny. Jeśli polecenia zdefiniowane poza pakietem nie są wywoływane, nie trzeba dołączać tej sekcji do pliku vsct.
Składnia
<UsedCommands condition="Defined(DEBUG)">
<UsedCommand ... />
</UsedCommands>
Atrybuty i elementy
W poniższych sekcjach opisano atrybuty, elementy podrzędne i elementy nadrzędne.
Atrybuty
Atrybut | opis |
---|---|
Warunek | Opcjonalny. Zobacz Atrybuty warunkowe. |
Elementy podrzędne
Element | opis |
---|---|
UsedCommand, element | Polecenie implementowane przez inny kod. |
Elementy nadrzędne
Element | opis |
---|---|
CommandTable, element | Definiuje wszystkie elementy reprezentujące polecenia (na przykład elementy menu, menu, paski narzędzi i pola kombi), które pakiet VSPackage udostępnia zintegrowanemu środowisku programistycznemu (IDE). |
Przykład
<UsedCommands>
<UsedCommand guid="guidVSStd97" id="cmdidCut"/>
<UsedCommand guid="guidVSStd97" id="cmdidCopy"/>
<UsedCommand guid="guidVSStd97" id="cmdidPaste"/>
</UsedCommands>