Partager via


HardwareIdList (PackageInfo)

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 HardwareIDList spécifie une ou plusieurs chaînes d’identification matérielle pour le package de métadonnées de service. Each string is specified by a HardwareID element.

Usage

<HardwareIDList>
  child elements
</HardwareIDList>

Attributes

Il n’existe aucun attribut.

Text value

Must contain one or more HardwareID elements.

Child elements

Element Description

HardwareID

The HardwareID elements represent the mobile network operator.

Parent elements

Element Description

MetadataKey

The MetadataKey element specifies the attributes of the device metadata package. Ces options en question sont les suivantes :

  • Identificateur de chaque fonction matérielle prise en charge par l’appareil.

  • Paramètres régionaux spécifiques à la langue pour les chaînes de texte dans le package.

XSD

<xs:element name="HardwareIDList" type="tns:HardwareIDListType" />

<xs:complexType name="HardwareIDListType">
  <xs:sequence>
    <xs:element name="HardwareID" type="tns:HardwareIDType" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

Remarks

L’élément HardwareIDList est requis.