Buttons 項目
群組按鈕項目,表示個別的命令。
<Buttons>
<Button>... </Button>
<Button>... </Button>
</Buttons>
屬性和項目
下列章節會說明屬性、子項目和父項目。
屬性
屬性 |
描述 |
---|---|
條件 |
選擇項。 請參閱 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>