VSPackage가 구현하는 모든 메뉴와 도구 모음을 정의합니다.
구문
<Menus>
<Menu>... </Menu>
<Menu>... </Menu>
</Menus>
특성 및 요소
다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.
특성
특성 |
설명 |
조건 |
선택 사항. 조건부 특성을 참조하세요. |
자식 요소
요소 |
설명 |
Menus 요소 |
VSPackage가 구현하는 모든 메뉴와 도구 모음을 정의합니다. |
Menu 요소 |
단일 메뉴 또는 도구 모음을 나타냅니다. |
부모 요소
예시
<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>
참고 항목