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
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(27 responses)- A81% (22)
- B7% (2)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.

