MBAE の非推奨に関する警告
Important
Windows 10 バージョン 1803 以降では、MBAE アプリ エクスペリエンスは MO UWP アプリに置き換えられました。 MO UWP アプリの詳細については、「UWP モバイル ブロードバンド アプリの」を参照してください。
ModelIDList 要素は、1 つ以上の GUID を指定します。 Each GUID is specified through a ModelID element, and identifies a physical device specified within the device metadata package.
Caution The ModelIDList and ModelID elements are not supported for service metadata packages. You must use the HardwareIDList and HardwareID elements instead.
Usage
<ModelIDList>
child elements
</ModelIDList>
Attributes
属性はありません。
Child elements
| Element | Description |
|---|---|
The ModelID element specifies the GUID of a physical device. |
Parent elements
| Element | Description |
|---|---|
The MetadataKey element specifies the attributes of the device metadata package. これには以下が含まれます。
|
XSD
<xs:element name="ModelIDList" type="tns:ModelIDListType" minOccurs="0" />
<xs:complexType name="ModelIDListType">
<xs:sequence>
<xs:element name="ModelID" type="tns:GUIDType" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The ModelIDList element is required only if the HardwareIDList element is not specified in the MetadataKey element. If it is specified, the ModelIDList element must contain one or more ModelID elements. デバイス メタデータ パッケージで複数のデバイス モデルまたはモデル ID がサポートされている場合は、デバイス モデルごとに ModelID 要素を指定できます。
Caution The ModelIDList and ModelID elements are not supported for service metadata packages. You must use the HardwareIDList and HardwareID elements instead.
If the PackageInfo XML data contains both of the HardwareIDList and ModelIDList elements, the operating system uses the following rules when it determines whether a device is specified by a device metadata package:
If the device has a model ID, the operating system does not search for a match in the HardwareIDList element. For more information about model IDs, see ModelID.
Otherwise, the operating searches the HardwareIDList element for a match of the device's hardware ID.