패키지(SoftwareInfo - priviliged 애플리케이션)
MBAE 사용 중단 경고
중요
Windows 10 버전 1803부터 MBAE 앱 환경은 MO UWP 앱으로 대체됩니다. MO UWP 앱에 대한 자세한 내용은 UWP 모바일 광대역 앱을 참조하세요.
Package 요소는 권한 있는 모바일 광대역 인터페이스에 액세스할 수 있어야 하는 앱을 지정합니다.
사용
<Package>
child element
</Package>
Attributes
특성이 없습니다.
자식 요소
요소 | Description |
---|---|
게시자는 앱을 식별합니다. |
부모 요소
요소 | Description |
---|---|
권한 있는 모바일 광대역 인터페이스에 액세스할 수 있어야 하는 앱입니다. |
Xsd
<xs:element name="Package" type="tns:PackageForPrivilegedApplications" maxOccurs="unbounded" />
<xs:complexType name="PackageForPrivilegedApplications">
<xs:sequence>
<xs:element name="Identity" type="tns:IdentityForPrivilegedApplicationsType" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
설명
Package 요소는 선택 사항입니다.