다음을 통해 공유


Application 요소

Windows 리본 프레임워크 태그 사양의 최상위 요소를 나타냅니다.

사용량

<Application
  xmlns = "xs:string">
  child elements
</Application>

특성

attribute Type 필수 Description
xmlns
xs:string
Yes
http://schemas.microsoft.com/windows/2009/Ribbon
리본 태그 네임스페이스 바인딩의 URI입니다.

자식 요소

요소 Description
Application.Commands
최대 한 번 발생할 수 있습니다.

Application.Views
정확히 한 번 발생해야 합니다.

부모 요소

부모 요소가 없습니다.

설명

필수 사항입니다.

모든 리본 태그에 대한 컨테이너로 정확히 한 번 발생해야 합니다.

Application 요소의 자식 요소는 지정된 순서로 발생해야 합니다.

  1. Application.Commands
  2. Application.Views

예제

다음 예제에서는 Application 요소 선언을 보여줍니다.

<Application xmlns="http://schemas.microsoft.com/windows/2009/Ribbon">
...
</Application>

요소 정보

요구 사항 세부 정보
지원되는 최소 시스템
Windows 7
비워 둘 수 있음

참고 항목

리본 태그를 사용하여 명령 및 컨트롤 선언