共用方式為


Applications

MBAE 棄用通知

Important

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

應用程式元素會指定與行動寬頻硬體裝置相關聯的應用程式。

Usage

<Applications>
  Child element
</Applications>

Attributes

沒有屬性。

Child elements

Element Description

Application

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

Parent elements

Element Description

Package

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

XSD

<xs:element name="Applications" type="tns:ApplicationsType" />

  <xs:complexType name="ApplicationsType">
    <xs:sequence>
      <xs:element name="Application" type="tns:ApplicationType" />
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>

Remarks

應用程式元素是選擇性的。