共用方式為


MobileBroadbandInfo

MBAE 淘汰警告

重要

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

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

使用

<MobileBroadbandInfo>
  child elements
</MobileBroadbandInfo>

屬性

沒有屬性。

子項目

元素 描述

NetworkConfiguration

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

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 元素。