다음을 통해 공유


CommandPlacements 요소

CommandPlacement 요소는 CommandPlacement 요소 및 기타 CommandPlacement 그룹을 그룹화합니다.

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>

참고 항목