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 |
|---|---|
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 요소가 필요합니다.