共用方式為


HardwareIdList (PackageInfo)

MBAE 棄用通知

Important

從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式

HardwareIDList 元素會指定服務中繼資料套件的一或多個硬體識別字串。 Each string is specified by a HardwareID element.

Usage

<HardwareIDList>
  child elements
</HardwareIDList>

Attributes

沒有屬性。

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. 這些包括下列各項:

  • 裝置所支援之每個硬體功能的標識碼。

  • 套件內文字字串的語言特定地區設定。

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

HardwareIDList 元素是必要的。