单项选择题
为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。
你在Certkiller应用程序的开发工作.com。您刚完成从Certkiller.com合作伙伴公司以XML格式接收订单数据的应用程序的创建。
XML已用于创建命令对象所使用的新的应用程序。
展品显示Certkiller.com合作伙伴公司的XML数据的示例:
您打算使用 XmlSerializer 类反序列化为一个命令对象的 XML 数据。 当你了解公司合作伙伴 Certkiller.com 的 XML 还包含传送对象数据时,您决定航运对象反序列化,反序列化期间检测到的航运元素后。
要做到这一点,您需要使用 XmlSerializer 类的某个事件。
您应使用哪些事件?()
A.UnknownElement
B.UnknownNode
C.UnreferencedObject
D.UnknownAttribute
点击查看答案&解析
相关考题
-
单项选择题
You are developing a fiscal report for a customer. Your customer has a main office in the United States and a satellite office in Mexico. You need to ensure that when users in the satellite office generate the report, the current date is displayed in Mexican Spanish format. Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
You are using the Microsoft Visual Studio 2005 IDE to examine the output of a method that returns a string.You assign the output of the method to a string variable named fName. You need to write a code segment that prints the following on a single line The message: "Test Failed: ".The value of fName if the value of fName does not equal "John".You also need to ensure that the code segment simultaneously facilitates uninterrupted execution of the application. Which code segment should you use?()
A.A
B.B
C.C
D.D -
单项选择题
为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发.NET 框架 2.0 Windows 应用程序提供了一个类似于 Microsoft Excel 的用户界面,允许用户管理他们的开支。 你最近写了执行安全检查,费用管理应用程序的包装。 如果用户具有足够的权限将包装启动应用程序,费用管理应用程序,如果没有足够的权限,该应用程序将被迫关闭。 您必须决定哪种进程来使用的类的方法。 你应该做什么?()
A.使用Kill方法
B.使用Close方法
C.使用Dispose方法
D.使用CloseMainWindows方法
