WindowsInfo
MBAE 弃用警告
重要
从 Windows 10 版本 1803 开始,MBAE 应用体验将替换为 MO UWP 应用。 有关 MO UWP 应用的详细信息,请参阅 UWP 移动宽带应用。
WindowsInfo 元素是 WindowsInfo XML 架构的父元素。
用法
<WindowsInfo>
child elements
</WindowsInfo>
Attributes
没有属性。
子元素
元素 | 说明 |
---|---|
此值应设置为 false,因为它不适用于Windows 8、Windows 8.1和Windows 10中的服务元数据包。 |
|
此值应设置为 false,因为它不适用于Windows 8、Windows 8.1和Windows 10中的服务元数据包。 |
|
此值应设置为 false,因为它不适用于Windows 8、Windows 8.1和Windows 10中的服务元数据包。 |
父元素
没有父元素。
Xsd
<xs:element name="WindowsInfo" type="tns:WindowsInfoType" />
<xs:complexType name="WindowsInfoType">
<xs:sequence>
<xs:element name="ShowDeviceInDisconnectedState" type="xs:boolean" default="false" />
<xs:element name="LaunchDeviceStageOnDeviceConnect" type="xs:boolean" default="false" minOccurs="0" />
<xs:element name="LaunchDeviceStageFromExplorer" type="xs:boolean" default="false" minOccurs="0" />
<xs:element ref="v2:LaunchApplicationOnDeviceConnect" minOccurs="0" />
<xs:element ref="v2:WindowsHardwareLogoCertified" minOccurs="0" />
</xs:sequence>
</xs:complexType>
备注
WindowsInfo 元素是必需的。