070-511 試験問題を無料オンラインアクセス
| 試験コード: | 070-511 |
| 試験名称: | TS: Windows Applications Development with Microsoft .NET Framework 4 |
| 認定資格: | Microsoft |
| 無料問題数: | 288 |
| 更新日: | 2026-06-07 |
HOTSPOT
You are developing a Windows Presentation Foundation (WPF) application that will be
deployed by using ClickOnce.
You have a file named CONTOSOEULA.docx that is part of the project.
CONTOSOEULA.docx must be deployed during the setup of the application.
You discover that CONTOSOEULA.docx does not appear in the Application Files settings.
You need to ensure that CONTOSOEULA.docx is included in the Application Files. Which Build Action should you use? (To answer, select the appropriate Build Action in the answer area.)
You are developing a Windows Presentation Foundation (WPF) application. All of the application styles are in a file named Themes.dll. You have the following markup segment.
<Border Style="{StaticResource BlueBackground)" Height="100" Width="200"> </Border>
BlueBackground is defined in a XAML file named BlueTheme.xaml. The XAML markup is compiled into the Themes.dll file.
You need to ensure that the XAML file is referenced so that the application can apply the settings in the BlueBackground style.
What should you do?
You are developing a Windows Presentation Foundation (WPF) application. The MainWindow.xaml file contains a TreeView control with a DataTemplate that displays three levels in the following hierarchical order:
1. Household
a.Parents
i.Children
You need to ensure that a Menu control is configured to display the same hierarchy.
What should you do?
You are developing a Windows Presentation Foundation (WPF) application. You are implementing a test strategy for the application.
You need to ensure that the history of your testing session can be rewound in the execution cycle so that the state of the application and events that occurred previously can be viewed.
What should you use?

