共用方式為


套件 (SoftwareInfo -)

MBAE 取代警告

重要

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

Package 元素會指定應可存取特殊許可權行動寬頻介面的應用程式。

使用

<Package>
  child element
</Package>

屬性

沒有屬性。

子元素

元素 描述

身分識別

發行者識別應用程式。

父元素

元素 Description

PrivilegedApplications

應可存取特殊許可權行動寬頻介面的應用程式。

Xsd

<xs:element name="Package" type="tns:PackageForPrivilegedApplications" maxOccurs="unbounded" />

<xs:complexType name="PackageForPrivilegedApplications">
  <xs:sequence>
    <xs:element name="Identity" type="tns:IdentityForPrivilegedApplicationsType" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

言論

Package 元素是選擇性的。