- Artykuł
-
-
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
Elementy podrzędne
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ż