ExperienceIds
The ExperienceIds element contains a list of one or more individual ExperienceId elements.
Element hierarchy
- <StoreManifest>
-
- <ProductFeatures>
-
- <DeviceCompanionApplication>
- <ExperienceIds>
Syntax
<ExperienceIds>
<!-- Child elements -->
ExperienceId{1,500}
</ExperienceIds>
Key
{}
specific range of occurrences
Attributes and Elements
Attributes
None.
Child Elements
Child Element | Description |
---|---|
ExperienceId | The ExperienceId element specifies a GUID that links the device metadata to a device app that can be automatically acquired when the device is first connected. Each ExperienceId GUID corresponds to the ExperienceId element of a device metadata package. |
Parent Elements
Parent Element | Description |
---|---|
DeviceCompanionApplication | The DeviceCompanionApplication element contains all the configuration required to declare your app as a Microsoft Store device app. |
Remarks
The ExperienceIds element must contain at least one ExperienceId element and a maximum of 500.
Examples
The following is an example of the ExperienceIds element with three ExperienceId children.
<ExperienceIds>
<ExperienceId>aeabdaa8-3bcd-4f03-a7f5-54647fd574c2</ExperienceId>
<ExperienceId>30292909-c6ba-402e-a41a-7f1ad570c795</ExperienceId>
<ExperienceId>730f4ea7-c6e3-4778-9662-c7c1a6e826aa</ExperienceId>
</ExperienceIds>
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/StoreManifest |