Udostępnij za pośrednictwem


Element Przyciski

Grupuj elementy przycisku , które reprezentują poszczególne polecenia.

Składnia

<Buttons>
  <Button>... </Button>
  <Button>... </Button>
</Buttons>

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
Element Przyciski Elementy przycisków grup.
Element przycisku Definiuje polecenie, z którymi użytkownik może korzystać.

Elementy nadrzędne

Element opis
Commands, element Reprezentuje kolekcję poleceń na pasku narzędzi VSPackage.

Przykład

<Buttons>
  <Button guid="guidMenuAndCommandsCmdSet" id="cmdidMyCommand"     priority="0x100" type="Button">
    <Parent guid="guidMenuAndCommandsCmdSet" id="MyMenuGroup"/>
    <Icon guid="guidGenericCmdBmp" id="bmpArrow"/>
    <Strings>
      <ButtonText>C# Command Sample</ButtonText>
    </Strings>
  </Button>
</Buttons>

Zobacz też