Microsoft
70-511 · Question #7
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.MyConverter class. What…
The correct answer is A. Implement the IValueConverter 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.MyConverter class. What should you do?
Exhibit
Options
- AImplement the IValueConverter interface.
- BImplement the IMultiValueConverter interface.
- CInherit from the TypeConverter class.
- DApply the TypeConverterAttribute attribute.
How the community answered
(17 responses)- A76% (13)
- B6% (1)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.
