PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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

One Comment on “Which element should you define in Package.appxmanifest?


Leave a Reply