共用方式為


購買

MBAE 取代警告

重要

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

Purchase 元素會指定要使用之購買行動寬頻設定檔檔。

使用

<Purchase>
  child element
</Purchase>

屬性

沒有屬性。

文字值

ServiceInformation 目錄中的檔案名。

子項目

沒有子專案。

父元素

元素 描述

MobileBroadbandProfiles

指定要使用的購買和網際網路行動寬頻設定檔檔案

Xsd

<xs:element name="Purchase" type="tns:FileType" minOccurs="0"/>

<xs:simpleType name="FileType">
  <xs:restriction base="xs:string">
    <xs:whiteSpace value="preserve"/>
    <xs:pattern value="[\p{L}\p{N}\.\-_ ]+"/>
    <xs:minLength value="1"/>
    <xs:maxLength value="260"/>
  </xs:restriction>
</xs:simpleType>

言論

Purchase 元素是選擇性的。