单项选择题
You are developing a Windows Presentation Foundation (WPF) application. All of the application styles are in the file name Themes.dll
You have the followiing markup segment.
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.()
A.
B.
C.
D.
相关考题
-
单项选择题
You are developing a user control for Windows Presentation Foundation (WPF) application. The user control contains a button. Both the user control and the hosting control must receive the button click event. You need to ensure that the user control responsd to the button click event before hosting control responds to the event. What should you do ?()
A. Use a bubbling routed event. In the button click event handler, set the Handled property to True
B. Use a bubbling routed event. In the button click event handler, set the Handled property to False
C. Use a standard Microsoft .NET event. Set Handled property to true.
D. Use a tunneling routed event. Set the handled property to false. -
单项选择题
You are developing a Windows Presentation Foundation (WPF) application. You configure PresentationTraceSource to track errors in a bound TextBox control in the application. You need to choose the window that the Trace information is sent to Which Visual Studio window should you select ?()
A. Autos
B. Immediate
C. Locals
D. Output -
单项选择题
You are developing a Windows Presentation Foundation (WPF) application that display pricing and inventory. List boxs ItemsSource property has decimal and string types. Decimals represent price and strings represents the folowing markup is defined as follows. You need to ensure that data templates are used to format the strings without changes and the decimals as .. Which markup segment should you insert at line 05 ?()
A.
B.
C.
D.
