MBAE 棄用通知
Important
從 Windows 10 版本 1803 開始,MBAE 應用程式體驗會由MO UWP 應用程式取代。 如需MO UWP 應用程式的詳細資訊,請參閱 UWP行動寬頻應用程式。
Application 元素指定建立裝置中繼資料套件之應用程式軟體的名稱。
Usage
<Application>
text
</Application>
Attributes
沒有屬性。
Text value
包含 1 到 256 個字元的字串。
Child elements
沒有子專案。
Parent elements
| Element | Description |
|---|---|
| MetadataBuilderInformation | The MetadataBuilderInformation element specifies the application that created the service metadata package. |
XSD
<xs:element name="Application" type="tns:ApplicationType" />
<xs:simpleType name="ApplicationType">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="256" />
</xs:restriction>
</xs:simpleType>
Remarks
Windows 7 作業系統不會使用 Application 元素。 它保留供 OEM 和開發人員使用。