다음을 통해 공유


Buttons 요소

그룹 단추 요소를 개별 명령을 나타냅니다.

<Buttons>
  <Button>... </Button>
  <Button>... </Button>
</Buttons>

특성 및 요소

다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

특성

특성

설명

조건

선택적 요소. 자세한 내용은 VSCT XML 스키마 조건부 특성를 참조하십시오.

자식 요소

요소

설명

Buttons 요소

단추 요소를 그룹화합니다.

Button 요소

사용자가 상호 작용할 수 있는 명령을 정의 합니다.

부모 요소

요소

설명

Commands 요소

VSPackage 도구 모음에서 명령 컬렉션을 나타냅니다.

예제

<Buttons>
  <Button guid="guidMenuAndCommandsCmdSet" id="cmdidMyCommand"     priority="0x100" type="Button">
    <Parent guid="guidMenuAndCommandsCmdSet" id="MyMenuGroup"/>
    <Icon guid="guidGenericCmdBmp" id="bmpArrow"/>
    <Strings>
      <ButtonText>C# Command Sample</ButtonText>
    </Strings>
  </Button>
</Buttons>

참고 항목

개념

Vspackages에 IDE 사용자 인터페이스 요소를 추가 하는 방법

기타 리소스

명령, 메뉴 및 도구 모음