Share via


Verb element

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 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
AutoplayHandler 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

Property Value
Minimum supported system Windows 8
Can be empty No

See also