다음을 통해 공유


WindowsInfo

MBAE 더 이상 사용하지 않을 것에 대한 경고

Important

Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조 하세요.

WindowsInfo 요소는 WindowsInfo XML 스키마의 부모 요소입니다.

Usage

<WindowsInfo>
  child elements
</WindowsInfo>

Attributes

특성이 없습니다.

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

부모 요소가 없습니다.

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

WindowsInfo 요소가 필요합니다.