uap:ShowOn(Windows 10)
Windows가 시작 화면에 표시되는 타일 이미지 위에 앱 이름을 오버레이하는지 여부를 설명합니다.
요소 계층 구조
<uap:ShowOn>
구문
<uap:ShowOn
Tile = 'A string that can have one of the following values: "square150x150Logo", "wide310x150Logo", or "square310x310Logo".' />
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
타일 | 타일의 크기입니다. | square150x150Logo, wide310x150Logo 또는 square310x310Logo 값 중 하나를 가질 수 있는 문자열입니다. | Yes |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
uap:ShowNameOnTiles | Windows가 시작 화면에 표시되는 타일 이미지 위에 앱 이름을 오버레이하는지 여부를 설명합니다. |
예제
이 예제에서는 ShowNameOnTiles 및 ShowOn 요소를 사용하는 방법을 보여줍니다.
<uap:ShowNameOnTiles>
<uap:ShowOn
Tile="square150x150Logo"/> <!-- Show app name on the 150x150 tile -->
<uap:ShowOn
Tile="wide310x150Logo"/> <!-- …and also on the 310x150 tile -->
</uap:ShowNameOnTiles>
요구 사항
항목 | 값 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 버전 1511(빌드 10586) |