Udostępnij za pośrednictwem


Menu, element

Definiuje wszystkie menu i paski narzędzi implementowane przez pakiet VSPackage.

Składnia

<Menus>
  <Menu>... </Menu>
  <Menu>... </Menu>
</Menus>

Atrybuty i elementy

W poniższych sekcjach opisano atrybuty, elementy podrzędne i elementy nadrzędne.

Atrybuty

Atrybut opis
Warunek Opcjonalny. Zobacz Atrybuty warunkowe.

Elementy podrzędne

Element opis
Menu, element Definiuje wszystkie menu i paski narzędzi implementowane przez pakiet VSPackage.
Menu, element Reprezentuje jedno menu lub pasek narzędzi.

Elementy nadrzędne

Element opis
Commands, element Reprezentuje kolekcję poleceń w programie VSPackage.

Przykład

<Commands package="guidMyPackage">
    <Menus>
      <Menu Condition="'%(DEBUG)' != 'true'"
        guid="cmdSetGuidMyProductCommands" id="menuIDMainMenu"
        priority="0x0000" type="Menu">
        <Annotation>
          <Documentation>this is an annotation</Documentation>
          <AppInfo>
            <CustomData>
              <CustomSubElement>Some data</CustomSubElement>
            </CustomData>
          </AppInfo>
        </Annotation>
        <CommandFlag>AlwaysCreate</CommandFlag>
        <Strings>
          <ButtonText>MainMenu</ButtonText>
        </Strings>
      </Menu>
  </Menus>
<Commands>

Zobacz też