MobileBroadbandInfo

MBAE 弃用警告

重要

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

MobileBroadbandInfo 元素是 MobileBroadbandInfo XML 架构的父元素。

用法

<MobileBroadbandInfo>
  child elements
</MobileBroadbandInfo>

Attributes

没有属性。

子元素

元素 说明

NetworkConfiguration

NetworkConfiguration 元素指定要使用的购买和 Internet 移动宽带配置文件。

ProvisioningEngine

ProvisioningEngine 元素为“使用者名称”和“颁发者名称”指定受信任的证书值。

父元素

没有父元素。

Xsd

<xs:element name="MobileBroadbandInfo" type="tns:MobileBroadbandInfoType" />

<xs:complexType name="MobileBroadbandInfoType">
  <xs:sequence>
    <xs:element name="NetworkConfiguration" type="tns:NetworkConfigType" minOccurs="0" />
    <xs:element name="ProvisioningEngine" type="tns:ProvisioningEngineType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

备注

MobileBroadbandInfo 元素是必需的。