nerdexam
Microsoft

70-511 · Question #130

You use Microsoft. NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You write the following code fragment. (Line numbers are included for reference only.) You need to…

The correct answer is D. <ContentPresenter />. 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. (Line numbers are included for reference only.) You need to ensure that both Button controls display the "Save" text. Which code fragment should you insert at line 06?

Exhibit

70-511 question #130 exhibit

Options

  • A<TextBlock Text="{Binding}" />
  • B<TextBlock Text="{TemplateBinding Content}" />
  • C<ContentPresentet Content "Binding}" />
  • D<ContentPresenter />

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    13% (4)
  • D
    77% (23)

Community Discussion

No community discussion yet for this question.

Full 70-511 Practice