当前位置:MCPD(70-511)题库

问题:

[单选]

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You add a property named ServiceContext to a control. 
You need the value of ServiceContext to flow to the child controls exactly like the value of the DataContext property of the FrameworkElement class. 
What should you do? ()

A . Inherit the control class from the DependencyObject class.
B . Register a dependency property. In the options settings of the property metadata, specify the Inherits option.
C . Declare a new property. In the get and set methods of the new property, create an instance of the TraversalRequest class.
D . Declare a new property. In the get method of the new property call VisualTreeHelper.GetParent. In the set method of the new property, call VisualTreeHelper.GetChild.

有一台运行Windows Server 2008的终端服务器。您使用终端服务 RemoteApp(TS RemoteApp)创建了 Microsoft Office Word 2007的Windows Installer程序包。您在客户端计算机上安装该程序包。您双击某个Word文档,但是收到以下错误。Windows不能打开此文件。您需要确保双击Word文档可以将其打开。该怎么做?() 重新创建 Windows Installer 程序包。 在客户端计算机上修改文件关联。 在 TS RemoteApp 服务器上修改文件关联。 使用 msiexec.exe 安装 Windows Installer 程序包。 您最近创建了一个名为车辆的可序列化的类。 类如下所示: [Serializable] public class Vehicle { public string VIN; public string Make; private string Model; private int Year; private string Owner; } Certkiller.com 不想要序列化一个车辆对象,出于安全原因时永久保存的所有者字段。 您需要确保实现这一目标。 你应该做什么?() 适用于所有者字段的 OptionalField 属性。。 应用,所以所有者字段的属性。。 已实现 IFormatter 接口的自定义序列化的车辆类别。。 做什么,因为在使用二进制序列化时,私营领域是永远不会保留。。 水分是燃料中的有害成分因此煤中含水量应() 越小越好。 越多越好。 适当。 您的网络包含一个名为 contoso.com 的 Active Directory 域。您有一台名为 computer1.contoso.com 的计算机。您的网络配置为仅使用 IPv6。您需要请求创建一个 DNS 记录,使用户可以通过使用名称dev.contoso.com 连接到您的计算机。您应该请求创建哪种类型的记录?() A。 AAAA。 HINFO。 NAPTR。 Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). You create a new domain user account named User1 and assign the account a password of P@ssw0rd. On the new account, you enable the User must change password at next logon option. A week later, you discover that User1 is still using the password P@ssw0rd to log on to the domain. You need to ensure that User1 is forced to use a different password the next time she changes her password. What should you do first? () In the Default Domain Policy, select Enforce password history.。 In the Default Domain Policy, select Passwords must meet complexity requirements.。 From the User’s account properties, select Account is sensitive and cannot be delegated.。 From the User’s account properties, select Store password using reversible encryption.。

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. 
You add a property named ServiceContext to a control. 
You need the value of ServiceContext to flow to the child controls exactly like the value of the DataContext property of the FrameworkElement class. 
What should you do? ()

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服