uap:ShowNameOnTiles(Windows 10)

Windows가 시작 화면에 표시되는 타일 이미지 위에 앱 이름을 오버레이하는지 여부를 설명합니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <uap:VisualElements>

                   <uap:DefaultTitle>

                        <uap:ShowNameOnTiles>

Syntax

<uap:ShowNameOnTiles>

  <!-- Child elements -->
  uap:ShowOn{1,4}

</uap:ShowNameOnTiles>

{} 특정 발생 범위

특성 및 요소

특성

없음

자식 요소

자식 요소 Description
uap:ShowOn Windows가 시작 화면에 표시되는 타일 이미지 위에 앱 이름을 오버레이하는지 여부를 설명합니다.

부모 요소

부모 요소 Description
uap:DefaultTile 시작 화면의 앱을 나타내는 기본 타일입니다. 이 타일은 앱이 처음 설치될 때 업데이트 알림을 받기 전에 표시됩니다. 타일에 표시할 알림이 없으면 타일이 이 기본값으로 되돌아갑니다.

예제

이 예제에서는 ShowNameOnTilesShowOn 요소를 사용하는 방법을 보여줍니다.

<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)