nerdexam
Microsoft

70-511 · Question #253

You are developing a Windows Presentation Foundation (WPF) application. You build a dictionary that implements INotifyPropertyChanged. You want to use an indexer to bind to the UI. The…

The correct answer is A. Option A. See the full explanation below for the reasoning.

Question

You are developing a Windows Presentation Foundation (WPF) application. You build a dictionary that implements INotifyPropertyChanged. You want to use an indexer to bind to the UI. The relevantimplementation of the dictionary is as follows. (Line numbers are included for reference only.) You need to ensure that the PropertyChanged event is triggered so that the UI is updated if you modify the collection using theindexer. Which code should you insert at line 17?

Exhibits

70-511 question #253 exhibit 1
70-511 question #253 exhibit 2

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(27 responses)
  • A
    81% (22)
  • B
    7% (2)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice