다음을 통해 공유


WindowsInfo

MBAE 사용 중단 경고

중요

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

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

사용

<WindowsInfo>
  child elements
</WindowsInfo>

Attributes

특성이 없습니다.

자식 요소

요소 Description

ShowDeviceInDisconnectedState

이 값은 Windows 8, Windows 8.1 및 Windows 10 서비스 메타데이터 패키지에 적용되지 않으므로 false로 설정해야 합니다.

LaunchDeviceStageOnDeviceConnect

이 값은 Windows 8, Windows 8.1 및 Windows 10 서비스 메타데이터 패키지에 적용되지 않으므로 false로 설정해야 합니다.

LaunchDeviceStageFromExplorer

이 값은 Windows 8, Windows 8.1 및 Windows 10 서비스 메타데이터 패키지에 적용되지 않으므로 false로 설정해야 합니다.

부모 요소

부모 요소가 없습니다.

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 요소가 필요합니다.