Microsoft
70-511 · Question #115
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 relevant…
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 relevant implementation 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 the indexer. Which code should you insert at line 17?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(55 responses)- A82% (45)
- B11% (6)
- C5% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.

