Partager via


Application

Avertissement de dépréciation MBAE

Important

À compter de Windows 10, version 1803, l’expérience de l’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez les applications haut débit mobiles UWP.

L’élément Application spécifie le nom du logiciel d’application qui a créé le package de métadonnées de l’appareil.

Usage

<Application>
  text
</Application>

Attributes

Il n’existe aucun attribut.

Text value

Chaîne qui contient entre 1 et 256 caractères inclus.

Child elements

Il n’existe aucun élément enfant.

Parent elements

Element Description
MetadataBuilderInformation The MetadataBuilderInformation element specifies the application that created the service metadata package.

XSD

<xs:element name="Application" type="tns:ApplicationType" />

<xs:simpleType name="ApplicationType">
  <xs:restriction base="xs:string">
    <xs:minLength value="1" />
    <xs:maxLength value="256" />
  </xs:restriction>
</xs:simpleType>

Remarks

L’élément Application n’est pas utilisé par le système d’exploitation Windows 7. Elle est réservée à l’utilisation par les fabricants d’ordinateurs oem et les développeurs.