uap:DefaultTile (Windows 10)

スタート画面でアプリを表す既定のタイル。 ここで指定したアイコンは、アプリにタイル通知が表示されていない場合に表示されます。 タイルの外観を動的に変更し、関連するライブ コンテンツを表示するには、「 ローカル タイル通知を送信する」を参照してください。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <uap:VisualElements>

                   <uap:DefaultTitle>

構文

<uap:DefaultTile
  Wide310x150Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. Additionally, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  Square310x310Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  Square71x71Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  ShortName = 'An optional string with a value between 1 and 40 characters in length.' >

  <!-- Child elements -->
  uap:TileUpdate?
  & uap:ShowNameOnTiles?
  & uap5:MixedRealityModel?

</uap:DefaultTile>

キー

? 省略可能 (0 または 1) & インターリーブ コネクタ (任意の順序で発生する可能性があります)

属性と要素

属性

属性 説明 データ型 必須 既定値
ShortName タイルに直接表示されるアプリの短い名前。 この文字列はローカライズ可能です。詳細については、「解説」を参照してください。 1 ~ 40 文字の長さの値を持つ省略可能な文字列。 いいえ
Wide310x150Logo ロゴ イメージの 310 x 150 ワイド バージョン。 この画像は、タイルがワイド形式で表示されるときに表示されます。 この画像が指定されていない場合、タイルは正方形の形式でのみ表示でき、 幅広いテンプレートの種類に基づく通知を受け入れることはできません。 ユーザーは、タイルで使用する形式に関する最終的な選択肢があるため、幅広いロゴ イメージを含めるのがベスト プラクティスです。 広いロゴ画像が指定されている場合、タイルは最初はワイド形式で表示されます。 必要なロゴディメンションの詳細については、「 タイルサイズ」を参照してください。 長さが 1 ~ 256 文字の省略可能な文字列。末尾が 、、または の文字>|?":<を含めることはできません。*.jpeg.png.jpg また、 / 文字と \ 文字を先頭または最後の文字にすることはできません。 また、文字列には または を含めることができますが、両方は含/\められません。 いいえ
Square310x310Logo ロゴ画像の 310 x 310 正方形バージョン。 長さが 1 ~ 256 文字の省略可能な文字列。末尾が 、、または の文字>|?":<を含めることはできません。*.jpeg.png.jpg また、 / 文字と \ 文字を先頭または最後の文字にすることはできません。 また、文字列には または を含めることができますが、両方は含/\められません。 いいえ
Square71x71Logo ロゴ画像の 71 x 71 スクエア バージョン。 長さが 1 ~ 256 文字の省略可能な文字列。末尾が 、、または の文字>|?":<を含めることはできません。*.jpeg.png.jpg また、 / 文字と \ 文字を先頭または最後の文字にすることはできません。 また、文字列には または を含めることができますが、両方は含/\められません。 いいえ

子要素

子要素 説明
uap:ShowNameOnTiles スタート画面に表示されるタイル イメージの上に、Windows がアプリの名前をオーバーレイするかどうかを示します。
uap:TileUpdate アプリ タイルが更新通知を受け取る方法について説明します。
uap5:MixedRealityModel 3D モデルをアプリの既定の表現として定義するために使用される要素。 仮想または Mixed Reality デバイスから起動すると、このモデルは仮想設定でアプリを表します。

親要素

親要素 説明
uap:VisualElements アプリの視覚的側面 (既定のタイル、ロゴ画像、テキストと背景色、初期画面の向き、スプラッシュスクリーン、ロック画面タイルの外観) について説明します。

注釈

Wide310x150LogoSquare310x310LogoSquare71x71Logoおよび Tall150x310Logo イメージの場合、Windows がデバイスと画面の解像度に最適なサイズを選択できるように、さまざまなスケールの画像を提供できます。 アクセシビリティのためのハイ コントラスト画像や、さまざまな UI 言語に対応するローカライズされた画像を提供することもできます。 この機能を使用すると、 ShortName 属性をローカライズすることもできます。 詳細については、「 グローバリゼーション 」トピックを参照してください。

必要条件

Item
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10 バージョン 1511 (ビルド 10586)