Share via


Application element

Contains the app ID and any device notification handlers in the app.

Usage

<Application>
  child elements
</Application>

Attributes

There are no attributes.

Child elements

Element Description

DeviceNotificationHandlers

Id

Contains the app ID. See the remarks in the DeviceCompanionApplications element for information on finding the app ID.

Child element sequence

DeviceNotificationHandlersId

Parent elements

Element Description

Applications

The collection of apps

XSD

The following is the XSD definition of the Application type.

<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>

Element information

Minimum supported system

Windows 8
Can be empty No

See also

DeviceCompanionApplications

Applications

DeviceNotificationHandlers

Id

SoftwareInfo XML Example

 

 

Send comments about this topic to Microsoft