DeviceNotificationHandlersType
The DeviceNotificationHandlersType XML type specifies notification handlers for an app associated with the device.
<xs:complexType name="DeviceNotificationHandlersType">
<xs:sequence>
<xs:element name="DeviceNotificationHandler"
type="DeviceNotificationHandlerType"
maxOccurs="unbounded"
/>
<xs:any
processContents="lax"
minOccurs="0"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type |
---|---|
DeviceNotificationHandler | DeviceNotificationHandlerType |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
See also