DeviceNotificationHandlers
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
DeviceNotificationHandlers 元素指定设备通知处理程序。
用法
<DeviceNotificationHandlers>
Child element
</DeviceNotificationHandlers>
Attributes
没有属性。
子元素
元素 | 说明 |
---|---|
指定设备通知处理程序。 |
父元素
元素 | 说明 |
---|---|
指定在电脑上检测到运营商的移动宽带硬件时将下载的应用。 |
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>
备注
DeviceNotificationHandlers 元素是可选的。