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 whether the AutoPlay event is a device event or a content event. AutoPlay raises either a Device event for non-volume devices, or a Content event for volume devices.
Usage
<Verb>
text
</Verb>
Attributes
There are no attributes.
Text value
A string that has either the value "Device" or the value "Content".
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
AutoplayHandler | Specifies a Windows Store device app that should appear as the recommended AutoPlay action. |
XSD
<xs:simpleType name="AutoplayTypeType">
<xs:restriction base="xs:string">
<xs:enumeration value="Device" />
<xs:enumeration value="Content" />
</xs:restriction>
</xs:simpleType>
Element information
Property | Value |
---|---|
Minimum supported system | Windows 8 |
Can be empty | No |