共用方式為


MobileBroadbandProfiles

MBAE 取代警告

重要

從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式

MobileBroadbandProfiles 元素會指定要使用的購買和網際網路行動寬頻設定檔。

使用

<MobileBroadbandProfiles>
  child elements
</MobileBroadbandProfiles>

屬性

沒有屬性。

子項目

元素 描述

購買

指定要使用的購買行動寬頻設定檔。

網際網路

指定要使用的網際網路行動寬頻設定檔。

父元素

元素 描述

NetworkConfiguration

指定要使用的購買和網際網路行動寬頻設定檔,或標準使用者可以執行 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 元素是選擇性的。