Udostępnij przez


WindowsInfo

Ostrzeżenie o deprecjacji programu MBAE

Important

Począwszy od systemu Windows 10 w wersji 1803, środowisko aplikacji MBAE jest zastępowane przez aplikację MO PLATFORMY UWP. Aby uzyskać więcej informacji na temat aplikacji MO UWP, zobacz aplikacje mobilne szerokopasmowe UWP.

Element WindowsInfo jest elementem nadrzędnym schematu XML WindowsInfo.

Usage

<WindowsInfo>
  child elements
</WindowsInfo>

Attributes

Brak atrybutów.

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

Brak elementów nadrzędnych.

język 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

Wymagany jest element WindowsInfo.