Verb element
Specifies the Verb that the application registers. For more info about how the Verb value is used by the app, see Quickstart: How to register an application for AutoPlay.
Usage
<Verb/>
Attributes
There are no attributes.
Child elements
There are no child elements.
Parent elements
Element | Description |
---|---|
Specifies a Windows Store device app that should appear as the recommended AutoPlay action. |
XSD
<xs:simpleType name="VerbType">
<xs:restriction base="tns:AllowedAsciiCharSetType">
<xs:pattern value="[^ ]+"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
Element information
Minimum supported system |
Windows 8 |
Can be empty | Yes |
See also
Quickstart: How to register an application for AutoPlay