Which element should you define in Package.appxmanifest?

You are packaging a Universal Windows Platform (UWP) app for the Microsoft Store.
You need to set the name of the app that will appear in the Store.
Which element should you define in Package.appxmanifest?

You are packaging a Universal Windows Platform (UWP) app for the Microsoft Store.
You need to set the name of the app that will appear in the Store.
Which element should you define in Package.appxmanifest?

A.
the Name attribute in the Identity element

B.
the Application element

C.
the DisplayName attribute in the VisualElements element

D.
the DisplayName element

Explanation:
In the .appxmanifest file, the entry for an app must specify certain attributes of the VisualElements element.
Example:
<VisualElements DisplayName=”My App” Description=”A useful description.”
Logo=”images\\icon.png” SmallLogo=”images\\small_icon.png”
ForegroundText=”dark” BackgroundColor=”#FFFFFF” >

https://msdn.microsoft.com/en-us/library/windows/apps/br211475.aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *