共用方式為


SoftwareInfo

MBAE 棄用通知

Important

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

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

Usage

<SoftwareInfo>
  child elements
</SoftwareInfo>

Attributes

沒有屬性。

Child elements

Element Description

DeviceCompanionApplications

指定在電腦上偵測到電信業者的行動寬頻硬體時要下載的應用程式。

PrivilegedApplications

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

Parent elements

沒有父元素。

XSD

<xs:element name="SoftwareInfo" type="tns:SoftwareInfoType" />

<xs:complexType name="SoftwareInfoType">
  <xs:choice>
    <xs:sequence>
      <xs:element name="DeviceCompanionApplications" type="tns:DeviceCompanionApplicationsType" />
      <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" minOccurs="0" />
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:element name="PrivilegedApplications" type="tns:PrivilegedApplicationsType" />
  </xs:choice>
</xs:complexType>

Remarks

SoftwareInfo 元素是必需的。