The user interface will make use of the currently configured culture settings in the Control Panel at present.
The user interface will make use of new culture settings.
The user interface will make use of the culture settings that were installed with the operating system.
第1题:
You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installation starts only if .NET Framework 4 is already installed on the computer. What should you do?()
第2题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements: Displays a menu that is specific to the control selected by the user. Displays the menu next to the control. Which control should you use? ()
第3题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()
第4题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. You have a company logo that must appear on multiple forms in the application. The logo design changes frequently. You need to ensure that when the logo image is changed, you only need to update a single location. What should you do?()
第5题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You discover that when the application runs, a user control is not rendered correctly. You need to find out the user interface (UI) element of the window that is causing the rendering problem. What should you do?()
第6题:
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()
第7题:
Use the File Types Editor tool.
Rename the icon file to MyApp.exe .ico.
Set the AddRemoveProgramsIcon property to Application.ico.
Use the File System Editor tool to set the Icon property to Application.ico.
第8题:
Use the Depth property.
Use the Version property.
Use the MinVersion property.
Use the ComponentID property.
第9题:
A
B
C
D
第10题:
ListBox
DockPanel
WrapPanel
StackPanel
第11题:
A
B
C
D
第12题:
TextBox
TextElement
UIElement
UserControl
第13题:
You use Microsoft .NET Framework 4 to create a Windows Forms application. You need to allow the user interface to use the currently configured culture settings in the Control Panel. Which code segment should you use?()
第14题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application has multiple data entry windows. Each window contains controls that allow the user to type different addresses for shipping and mailing. All addresses have the same format. You need to ensure that you can reuse the controls. What should you create?()
第15题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that users can view content in a book-reading format that displays two pages at a time. Which control should you use?()
第16题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application includes a function that is triggered by filling out a form and by clicking a button. Currently, the application is tested manually. You need to create an automated and iterative process to test the application. What should you do?()
第17题:
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. Where should you store the application data?()
第18题:
Use a custom action.
Set the MinVersion property to .NET Framework 4.
Set the Version property of Windows Installer to .NET Framework 4.
Set the Version property of the Launch Condition to .NET Framework 4.
第19题:
CellBeginEdit
Invalidated
Validated
Validating
第20题:
Frame
Slider
Viewbox
ScrollViewer
第21题:
The user interface will make use of the currently configured culture settings in the Control Panel at present.
The user interface will make use of new culture settings.
The user interface will make use of the culture settings that were installed with the operating system.
第22题:
Use IntelliTrace.
Use UISpy.exe to extract the user interface (UI) information. Then, use MSTest.exe.
Use classes in the System.Windows.Automation and System.Windows.Automation.Text namespaces.
Use the Action Recording methodology to record the user interface (UI) actions. Then, use MSTest.exe.
第23题:
a user control
a data template
a control template
a control that inherits the Canvas class
第24题:
DragAction.Cancel
DragAction.Drop
DragDropEffects.None
DragDropEffects.All