ExperienceIds
ExperienceIds 元素包含一或多個個別 ExperienceId 元素的清單。
元素階層
- <StoreManifest>
-
- <ProductFeatures>
-
- <DeviceCompanionApplication>
- <ExperienceIds>
語法
<ExperienceIds>
<!-- Child elements -->
ExperienceId{1,500}
</ExperienceIds>
答案
{}
出現的特定範圍
屬性和項目
屬性
無。
子元素
子元素 | 描述 |
---|---|
ExperienceId | ExperienceId 元素會指定 GUID,以將裝置元資料連結至裝置應用程式,以在裝置第一次連線時自動取得。 每個 ExperienceId GUID 都會對應到裝置中繼資料套件的 ExperienceId 元素。 |
父項目
Parent 項目 | 描述 |
---|---|
DeviceCompanionApplication | DeviceCompanionApplication 元素包含將您的應用程式宣告為 Microsoft Store 裝置應用程式所需的所有設定。 |
備註
ExperienceIds 元素必須包含至少一個 ExperienceId 元素,而最大值為500。
範例
以下是具有三個 ExperienceId 子系的 ExperienceIds 元素範例。
<ExperienceIds>
<ExperienceId>aeabdaa8-3bcd-4f03-a7f5-54647fd574c2</ExperienceId>
<ExperienceId>30292909-c6ba-402e-a41a-7f1ad570c795</ExperienceId>
<ExperienceId>730f4ea7-c6e3-4778-9662-c7c1a6e826aa</ExperienceId>
</ExperienceIds>
需求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/StoreManifest |