MBAE の非推奨に関する警告
Important
Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。
HardwareIDList 要素は、サービス メタデータ パッケージの 1 つ以上のハードウェア識別文字列を指定します。 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 |
|---|---|
The HardwareID elements represent the mobile network operator. |
Parent elements
| Element | Description |
|---|---|
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 要素が必要です。