Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Device metadata is deprecated and will be removed in a future release of Windows. For information about the replacement for this functionality, see Driver Package Container Metadata.
Specifies the application ID for the Windows Store app that is specified as an AutoPlay handler.
Usage
<Application
Id = "tns:ApplicationIdType"/>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
Id | tns:ApplicationIdType | Yes | A value of ApplicationIdType, containing the application ID. Copy this value from the app manifest, as described in Remarks. |
Child elements
There are no child elements.
Parent elements
Element |
---|
AutoplayHandler |
XSD
<xs:complexType name="ApplicationType">
<xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>
Remarks
The structure for the <application> element correspond to the structure of the <Application> element in an app manifest. Copy the value of the Id value from the Id attribute in the app manifest.
Here is an example of how the <Applications> element may be structured inside an app manifest.
<Applications>
<Application Id="DeviceAppForPrinters" Executable="$targetnametoken$.exe"
EntryPoint="DeviceAppForPrinters.App">
</Application>
</Applications>
Element information
Property | Value |
---|---|
Minimum supported system | Windows 8 |
Can be empty | No |