Microsoft
70-511 · Question #199
You are developing a Windows Presentation Foundation (WPF) application to display loan types by bank and students by loan type. You add the following markup segment to the MainWindow.xaml file…
The correct answer is B. At line 09, set the Resource Key to Students. See the full explanation below for the reasoning.
Question
You are developing a Windows Presentation Foundation (WPF) application to display loan types by bank and students by loan type. You add the following markup segment to the MainWindow.xaml file. (Line numbers are included for reference only.) You need to ensure that the data appears in hierarchical form in a TreeView control. What should you do?
Exhibit
Options
- AAt line 09, set the Resource Key to LoanList.
- BAt line 09, set the Resource Key to Students.
- CAt line 09, set the Resource Key to Lender.
- DAt line 09, set the Resource Key to BankList.
How the community answered
(43 responses)- A14% (6)
- B74% (32)
- C7% (3)
- D5% (2)
Community Discussion
No community discussion yet for this question.
