共用方式為


CommandPlacements 元素

CommandPlacements 元素會將 CommandPlacement 元素和其他 CommandPlacements 群組分組。

CommandPlacements 元素是選擇性的。 如果沒有命令、群組或功能表必須包含在次要位置,您就不需要在 .vsct 檔案中包含此區段。

語法

<CommandPlacements>
  <CommandPlacement>... </CommandPlacement>
  <CommandPlacement>... </CommandPlacement>
</CommandPlacements>

屬性和元素

下列章節說明屬性、子元素和父元素。

屬性

屬性 描述
條件 選擇性。 請參閱 條件屬性

子元素

元素 描述
CommandPlacements 群組 CommandPlacement 元素和其他 CommandPlacements 群組。
CommandPlacement 元素 可讓按鈕、群組和功能表包含在多個群組或功能表中。

父元素

元素 描述
CommandTable 元素 定義代表命令的所有專案。

範例

<CommandPlacements>
  <CommandPlacement guid="guidWidgetPackage" id="cmdidInsertOptions"
    priority="0x0300">
    <Parent guid="cmdGuidWidgetCommands" id="menuIDEditWidget"/>
  </CommandPlacement>
</CommandPlacements>

另請參閱