AppIdAppId
AppId
指定します、 AppID
Microsoft Store の幅で表示されるアプリのタイルを開始画面。AppId
specifies the AppID
of the Microsoft Store apps that appear as wide tiles on the Start screen. AppId
必要があります、 AppUserModelID
Microsoft Store の OEM チャネル パートナー ポータルからダウンロードしたアプリ パッケージにあるアプリケーションの AUMIDs.txt ファイルで見つかりました。The AppId
must be the AppUserModelID
found in the application's AUMIDs.txt file, which is located in the app package downloaded from the OEM channel partner portal of the Microsoft Store.
開始のタイルの地域のレイアウトの現在のユーザー アカウントのリージョンがある場合は、この設定を使用することができます。If the region of the current user account is among those in the Start Tile regional layouts, you can use this setting. 詳細については、RegionalOverridesを参照してください。For more information, see RegionalOverrides.
値Values
AppId
は 256 文字の最大値の文字列です。The AppId
is a string, with a maximum value of 256 characters.
有効な構成パスValid Configuration Passes
特殊化します。specialize
auditUserauditUser
oobeSystemoobeSystem
親階層Parent Hierarchy
Microsoft Windows Shell セットアップ | StartTiles | RegionalOverrides | RegionalOverride | WideTiles | WideTile6 | AppIdMicrosoft-Windows-Shell-Setup | StartTiles | RegionalOverrides | RegionalOverride | WideTiles | WideTile6 | AppId
適用対象Applies To
Windows エディションとコンポーネントをサポートするアーキテクチャの一覧は、Microsoft Windows Shell セットアップを参照してください。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML の例XML Example
次の XML 出力が使用する方法を示します、<WideTile6>
コンポーネント。The following XML output shows how to use the <WideTile6>
component.
<WideTiles>
<WideTile1>
<AppId>12345ChannelFabrikam.channel-ABC_defghij6789!App</AppId>
<FirstRunTask>backgroundtask.js</FirstRunTask>
</WideTile1>
<WideTile2>
<AppId>34567ChannelFabrikam.channel-DEF_012ghijk345!App</AppId>
<FirstRunTask>Fabrikam.FirstRunTask</FirstRunTask>
</WideTile2>
<WideTile3>
<AppId>56789ChannelFabrikam.channel-GHI_67890jklmno!App</AppId>
</WideTile3>
</WideTiles>