DeviceNotificationHandlers
MBAE 淘汰警告
重要
從 Windows 10 1803 版開始,MBAE 應用程式體驗會由 MO UWP 應用程式取代。 如需 MO UWP 應用程式的詳細資訊,請參閱 UWP 行動寬頻應用程式。
DeviceNotificationHandlers 元素會指定裝置通知處理常式。
使用
<DeviceNotificationHandlers>
Child element
</DeviceNotificationHandlers>
屬性
沒有屬性。
子項目
元素 | 描述 |
---|---|
指定裝置通知處理常式。 |
父元素
元素 | Description |
---|---|
指定在電腦上偵測到操作員的行動寬頻硬體時,將會下載的應用程式。 |
Xsd
<xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
<xs:complexType name="DeviceNotificationHandlersType">
<xs:sequence>
<xs:element name="DeviceNotificationHandler" type="tns:DeviceNotificationHandlerType" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
言論
DeviceNotificationHandlers 元素是選擇性的。