MBAE 棄用通知
Important
從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式。
Application 元素會指定相關聯的裝置通知處理常式。
Usage
<Application Id=”tns:ApplicationIdType”>
Child element
</Application>
Attributes
| Attribute | 類型 | Required | Description |
|---|---|---|---|
Id |
tns:ApplicationIdType |
Yes |
應用程式的識別碼。 |
Child elements
| Element | Description |
|---|---|
指定裝置通知處理常式的清單。 |
Parent elements
| Element | Description |
|---|---|
指定在電腦上偵測到電信業者的行動寬頻硬體時要下載的應用程式。 |
XSD
<xs:element name="Application" type="tns:ApplicationType"/>
<xs:complexType name="ApplicationType">
<xs:sequence>
<xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>
Remarks
Application 元素是選擇性的。