共用方式為


MetadataBuilderInformation

MBAE 淘汰警告

重要

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

MetadataBuilderInformation 元素會指定建立裝置中繼資料套件之應用程式的相關資訊。

使用

<MetadataBuilderInformation>
  text
  child elements
</MetadataBuilderInformation>

屬性

沒有屬性。

文字值

包含 1 到 256 個可列印字元的字串。

子項目

元素 Description

應用程式

Application元素會指定建立服務中繼資料套件的應用程式軟體名稱。

版本

Version元素會指定建立服務中繼資料套件的應用程式軟體版本。

父元素

元素 描述

PackageInfo

PackageInfo元素是PackageInfo XML 架構的父元素。 PackageInfo 元素的子項目會指定裝置中繼資料套件的屬性。

Xsd

<xs:element name="MetadataBuilderInformation" type="tns:MetadataBuilderInformationType" minOccurs="0" /> 

<xs:complexType name="MetadataBuilderInformationType">
  <xs:sequence>
  <xs:element name="Application" type="tns:ApplicationType" />
  <xs:element name="Version" type="tns:VersionType" />
  <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType> 

<xs:simpleType name="ApplicationType">
  <xs:restriction base="xs:string">
  <xs:minLength value="1" />
  <xs:maxLength value="256" />
  </xs:restriction>
</xs:simpleType> 

<xs:simpleType name="VersionType">
   <xs:restriction base="xs:string">
     <xs:minLength value="1" />
     <xs:maxLength value="256" />
   </xs:restriction> 
</xs:simpleType>

言論

作業系統的任何元件都不會使用 MetadataBuilderInformation 元素。 它保留供 OEM、IHV 和 ISV 使用。