Edit

uap7:Properties

Properties of an application.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Properties>

Syntax

<uap7:Properties>

  <!-- Child elements -->
  uap7:ImportRedirectionTable?
  uap7:ActiveCodePage?
  uap7:LanguagePreference?

</uap7:Properties>

Key

? optional (zero or one)

Attributes

None.

Child elements

Child element Description
uap7:ImportRedirectionTable Allows for a packaged app to declare API redirections.
uap8:ActiveCodePage
uap10:LanguagePreference

Parent elements

Parent element Description
Application Represents an app that comprises part of or all of the functionality delivered in the package.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
Minimum OS Version Windows 10 version 1809 (Build 17763)

Remarks

Examples