Udostępnij przez


HardwareIdList (PackageInfo)

Ostrzeżenie o deprecjacji programu MBAE

Important

Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.

Element HardwareIDList określa jeden lub więcej ciągów identyfikacji sprzętu dla pakietu metadanych usługi. Each string is specified by a HardwareID element.

Usage

<HardwareIDList>
  child elements
</HardwareIDList>

Attributes

Brak atrybutów.

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. Należą do nich następujące elementy:

  • Identyfikator każdej funkcji sprzętowej obsługiwanej przez urządzenie.

  • Ustawienia regionalne specyficzne dla języka dla ciągów tekstowych w pakiecie.

język 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

Wymagany jest element HardwareIDList.