Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Aviso de substituição MBAE
Important
A partir do Windows 10, versão 1803, a experiência do aplicativo MBAE é substituída por um aplicativo MO UWP. Para obter mais informações sobre aplicativos MO UWP, consulte aplicativos de banda larga móvel UWP.
O elemento ModelIDList especifica um ou mais GUIDs. 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
Não há atributos.
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. Estes incluem o seguinte:
|
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. Se o pacote de metadados do dispositivo der suporte a vários modelos de dispositivo ou IDs de modelo, você poderá especificar um elemento ModelID para cada modelo de dispositivo.
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.