Microsoft
70-511 · Question #118
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. You need to implement the MyProject.AverageConverter class…
The correct answer is D. Implement the IMultiValueConverter interface. See the full explanation below for the reasoning.
Question
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. You need to implement the MyProject.AverageConverter class. What should you do?
Exhibit
Options
- AInherit from the TypeConverter class.
- BApply the TypeConverterAttribute attribute.
- CImplement the IValueConverter interface.
- DImplement the IMultiValueConverter interface.
How the community answered
(30 responses)- A10% (3)
- B3% (1)
- C3% (1)
- D83% (25)
Community Discussion
No community discussion yet for this question.
