Application (SoftwareInfo)

Upozornění na zastaralost MBAE

Important

Počínaje verzí Windows 10 1803 je prostředí aplikace MBAE nahrazeno aplikací MO UWP. Další informace o aplikacích MO UWP naleznete v tématu UWP mobilní širokopásmové aplikace.

Element Application určuje přidruženou obslužnou rutinu oznámení zařízení.

Usage

<Application Id=”tns:ApplicationIdType”>
  Child element
</Application>

Attributes

Attribute Typ Required Description

Id

tns:ApplicationIdType

Yes

ID aplikace.

Child elements

Element Description

DeviceNotificationHandlers

Určuje seznam obslužných rutin oznámení zařízení.

Parent elements

Element Description

Applications

Určuje aplikaci, která se stáhne, když se na počítači zjistí hardware mobilního širokopásmového připojení operátora.

XSD (XML schema definition)

<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

Prvek Application je volitelný.