다음을 통해 공유


Application (SoftwareInfo)

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

Important

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

Application 요소는 연결된 디바이스 알림 처리기를 지정합니다.

Usage

<Application Id=”tns:ApplicationIdType”>
  Child element
</Application>

Attributes

Attribute Type Required Description

Id

tns:ApplicationIdType

Yes

애플리케이션의 ID입니다.

Child elements

Element Description

DeviceNotificationHandlers

디바이스 알림 처리기 목록을 지정합니다.

Parent elements

Element Description

Applications

PC에서 운영자의 모바일 광대역 하드웨어가 검색될 때 다운로드할 앱을 지정합니다.

XSD

<xs:element name="Application" type="tns:ApplicationType"/>

<xs:complexType name="ApplicationType">
  <xs:sequence>
    <xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
  <xs:attribute name="Id" type="tns:ApplicationIdType" use="required"/>
</xs:complexType>

Remarks

Application 요소는 선택 사항입니다.