Microsoft
70-484 · Question #26
The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.) 01 02 (x) => { 03 DisplaySettingsPopup(x.Id); 04 }) ; 05 arga.Request.ApplicationCoiracanda.Ad
The correct answer is A. Option A. Display general help information by using the Settings charm - SettingsCommand Example: SettingsCommand helpCommand = new SettingsCommand("helpPage", "Help", handler); eventArgs.Request.ApplicationCommands.Add(helpCommand);
Program the User Interaction
Question
The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.) 01 02 (x) => { 03 DisplaySettingsPopup(x.Id); 04 }) ; 05 arga.Request.ApplicationCoiracanda.Add(cmd) ; You need to configure the Settings charm. Which code segment should you insert at line 01?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(34 responses)- A71% (24)
- B3% (1)
- C9% (3)
- D18% (6)
Explanation
- Display general help information by using the Settings charm - SettingsCommand Example: SettingsCommand helpCommand = new SettingsCommand("helpPage", "Help", handler); eventArgs.Request.ApplicationCommands.Add(helpCommand);
Topics
#Settings charm#ApplicationCommands#App.xaml.cs#XAML
Community Discussion
No community discussion yet for this question.
