Microsoft
70-484 · Question #47
You are developing a Windows Store app. You create a custom control named AppSettingsFlyout, which is inherited from the SettingsFlyout control. You need to ensure that the Settings flyout of the app
The correct answer is A. updatesFlyout.Show();. See the full explanation below for the reasoning.
Question
You are developing a Windows Store app. You create a custom control named AppSettingsFlyout, which is inherited from the SettingsFlyout control. You need to ensure that the Settings flyout of the app is available from the charm bar. When the flyout is dismissed, users must be returned to the Settings pane. You have the following code. (Line numbers are included for reference only.) Which code segment should you insert at line 05?
Exhibit
Options
- AupdatesFlyout.Show();
- BApplicationSettinga.SettingsPane.GetForCurrentView();
- CApplicationSettings.SettingsPane.Show();
- DupdateaFlyout.Showlndependent();
How the community answered
(36 responses)- A69% (25)
- B11% (4)
- C3% (1)
- D17% (6)
Community Discussion
No community discussion yet for this question.
