You need to create a SupportsBacklightCompensation property to accommodate morning and evening photography. Which line of code should you insert at line CA19? A. return (video.BacklightCompensation.Capabilities.Min == 0); B. return video.BacklightCompensation.Capabilities.Supported; C. return (media.BacklightCompensation.Capabilities.Min == 0); D. return media.BacklightCompensation.Capabilities.Supported;

You place a breakpoint at line MP31 in the app. When you debug the app, the debugger continuously catches a System.UnauthorizedAccess exception. You need to resolve the exception. What should you do? A. Wrap lines CE43 through CE46 in a…

Users report performance issues when getting the location information associated with a photo. You suspect the app is encountering performance issues in the GetLocationAsync() method of the Environment class. You need to enhance the performance of the GetLocationAsync() method of…

The app metadata logic must be available to other Windows Store apps. You need to register the reusable WinMD component. What should you do? A. Option A B. Option B C. Option C D. Option D