nerdexam
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

70-484 question #47 exhibit

Options

  • AupdatesFlyout.Show();
  • BApplicationSettinga.SettingsPane.GetForCurrentView();
  • CApplicationSettings.SettingsPane.Show();
  • DupdateaFlyout.Showlndependent();

How the community answered

(36 responses)
  • A
    69% (25)
  • B
    11% (4)
  • C
    3% (1)
  • D
    17% (6)

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice