Buttons 元素
组 按钮 元素,表示各个命令。
<Buttons>
<Button>... </Button>
<Button>... </Button>
</Buttons>
特性和元素
以下几节描述了特性、子元素和父元素。
特性
特性 |
说明 |
---|---|
Condition |
可选。 请参见 VSCT XML 架构条件特性。 |
子元素
元素 |
说明 |
---|---|
组按钮元素。 |
|
定义用户可以与之交互的命令。 |
父元素
元素 |
说明 |
---|---|
表示命令的集合在 VSPackage 工具栏上的。 |
示例
<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>