Buttons 元素

按钮 元素,表示各个命令。

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

特性和元素

以下几节描述了特性、子元素和父元素。

特性

特性

说明

Condition

可选。 请参见 VSCT XML 架构条件特性

子元素

元素

说明

Buttons 元素

组按钮元素。

Button 元素

定义用户可以与之交互的命令。

父元素

元素

说明

Commands 元素

表示命令的集合在 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>

请参见

概念

Vspackage 如何将用户界面元素到 IDE

其他资源

命令、菜单和工具栏