uap:ShowOn (Windows 10)
スタート画面に表示されるタイル イメージの上に、Windows がアプリの名前をオーバーレイするかどうかを示します。
要素の階層
<uap:ShowOn>
構文
<uap:ShowOn
Tile = 'A string that can have one of the following values: "square150x150Logo", "wide310x150Logo", or "square310x310Logo".' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
タイル | タイルのサイズ。 | square150x150Logo、wide310x150Logo、square310x310Logo のいずれかの値を持つ文字列。 | Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
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>
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |