Verb

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The Verb element specifies the Verb that the application registers.

Usage

<Verb />

Attributes

There are no attributes.

Child elements

There are no child elements.

Parent elements

Element Description

AutoplayHandler

Specifies a UWP device app that should appear as the recommended AutoPlay action when a user plugs in a device.

XSD

<xs:element name="Verb" type="tns:VerbType" />

<xs:simpleType name="VerbType">
  <xs:restriction base="tns:AllowedAsciiCharSetType">
    <xs:pattern value="[^ ]+"/>
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

Remarks

The Verb element is optional.