共用方式為


SoftwareInfo

MBAE 淘汰警告

重要

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

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

使用

<SoftwareInfo>
  child elements
</SoftwareInfo>

屬性

沒有屬性。

子項目

元素 描述

DeviceCompanionApplications

指定在電腦上偵測到操作員的行動寬頻硬體時,將會下載的應用程式。

PrivilegedApplications

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

父元素

沒有父元素。

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>

言論

需要 SoftwareInfo 元素。