Application (SoftwareInfo)

MBAE 弃用警告

重要

从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用

Application 元素指定关联的设备通知处理程序。

用法

<Application Id=”tns:ApplicationIdType”>
  Child element
</Application>

Attributes

Attribute 类型 必需 说明

ID

tns:ApplicationIdType

应用程序的 ID。

子元素

元素 说明

DeviceNotificationHandlers

指定设备通知处理程序的列表。

父元素

元素 说明

应用程序

指定在电脑上检测到运营商的移动宽带硬件时将下载的应用。

Xsd

<xs:element name="Application" type="tns:ApplicationType"/>

<xs:complexType name="ApplicationType">
  <xs:sequence>
    <xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>

备注

Application 元素是可选的。