DeviceNotificationHandlers
Avertissement de dépréciation MBAE
Important
À compter de Windows 10 version 1803, l’expérience d’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez Applications haut débit mobiles UWP.
L’élément DeviceNotificationHandlers spécifie les gestionnaires de notification d’appareil.
Utilisation
<DeviceNotificationHandlers>
Child element
</DeviceNotificationHandlers>
Attributs
Il n’y a pas d’attributs.
Éléments enfants
Élément | Description |
---|---|
Spécifie un gestionnaire de notifications d’appareil. |
Éléments parent
Élément | Description |
---|---|
Spécifie l’application qui sera téléchargée lorsque le matériel haut débit mobile de l’opérateur est détecté sur le PC. |
XSD
<xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
<xs:complexType name="DeviceNotificationHandlersType">
<xs:sequence>
<xs:element name="DeviceNotificationHandler" type="tns:DeviceNotificationHandlerType" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarques
L’élément DeviceNotificationHandlers est facultatif.