Freigeben über


WindowsInfo

Warnung vor veraltetem MBAE

Important

Ab Windows 10, Version 1803, wird die MBAE-App durch eine MO-UWP-App ersetzt. Weitere Informationen zu MO-UWP-Apps finden Sie unter UWP-Mobilbreitband-Apps.

Das WindowsInfo-Element ist das übergeordnete Element des WindowsInfo-XML-Schemas.

Usage

<WindowsInfo>
  child elements
</WindowsInfo>

Attributes

Es gibt keine Attribute.

Child elements

Element Description

ShowDeviceInDisconnectedState

This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10.

LaunchDeviceStageOnDeviceConnect

This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10.

LaunchDeviceStageFromExplorer

This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10.

Parent elements

Es gibt keine übergeordneten Elemente.

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>

Remarks

Das WindowsInfo-Element ist erforderlich.