购买

MBAE 弃用警告

重要

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

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

用法

<Purchase>
  child element
</Purchase>

Attributes

没有属性。

文本值

ServiceInformation 目录中的文件的名称。

子元素

没有子元素。

父元素

元素 说明

MobileBroadbandProfiles

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

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 元素是可选的。