次の方法で共有


Combos 要素

Combo 要素の要素をグループ化します。

構文

<Combos>
  <Combo>... </Combo>
  <Combo>... </Combo>
</Combos>

属性と要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

属性 説明
条件 省略可能。 条件付き属性に関するページを参照してください。

子要素

要素 説明
Combos 要素 コンボ ボックス要素をグループ化します。
Combo 要素 コンボ ボックスに表示されるコマンドを定義します。

親要素

要素 説明
Commands 要素 VSPackage ツール バー上のコマンドのコレクションを表します。

<Combos>
  <Combo guid="guidWidgetPackage" id="cmdidInsertOptions"
    defaultWidth="100" idCommandList="cmdidGetInsertOptionsList">
    <CommandFlag>DynamicVisibility</CommandFlag>
    <Strings>
      <ButtonText>Select Insert Options</ButtonText>
    </Strings>
  </Combo>

  <Combo guid="guidWidgetPackage" id="cmdidInsertOptions"
    priority="0x0500" type="DropDownCombo" defaultWidth="100"
    idCommandList="cmdidGetInsertOptionsList">
    <Parent guid="cmdSetGuidWidgetCommands" id="groupIDFileEdit">
    <CommandFlag>DynamicVisibility</CommandFlag>
    <Strings>
      <ButtonText>Select Insert Options</ButtonText>
    </Strings>
  </Combo>
</Combos>

関連項目