MobileBroadbandProfiles

MBAE 弃用警告

重要

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

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

用法

<MobileBroadbandProfiles>
  child elements
</MobileBroadbandProfiles>

Attributes

没有属性。

子元素

元素 说明

购买

指定要使用的购买移动宽带配置文件。

Internet

指定要使用的 Internet 移动宽带配置文件。

父元素

元素 说明

NetworkConfiguration

指定要使用的购买和 Internet 移动宽带配置文件,或者标准用户是否可以执行 PIN 解锁操作。

Xsd

<xs:element name="MobileBroadbandProfiles" type="tns:MobileBroadbandProfilesType" minOccurs="0" />

<xs:complexType name="MobileBroadbandProfilesType">
  <xs:sequence>
    <xs:element name="Purchase" type="tns:FileType" minOccurs="0" />
    <xs:element name="Internet" type="tns:FileType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

备注

MobileBroadbandProfiles 元素是可选的。