Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 我能';不包括继电器命令_C#_.net_Wpf - Fatal编程技术网

C# 我能';不包括继电器命令

C# 我能';不包括继电器命令,c#,.net,wpf,C#,.net,Wpf,我想包括RelayCommands。我想创建System.Windows.Input的程序集以使用ICommands,但该程序集不可用?怎么了?我已经安装了.net framework客户端配置文件,扩展了吗?此软件包中没有此功能吗?System.Windows.Input位于PresentationCore程序集中。只需查找类型对象资源管理器并检查它所在的程序集。(单击名称空间,您将看到位置)。System.Windows.Input不作为程序集存在System.Windows.Input是P

我想包括RelayCommands。我想创建System.Windows.Input的程序集以使用ICommands,但该程序集不可用?怎么了?我已经安装了.net framework客户端配置文件,扩展了吗?此软件包中没有此功能吗?

System.Windows.Input
位于
PresentationCore
程序集中。只需查找类型对象资源管理器并检查它所在的程序集。(单击名称空间,您将看到位置)。

System.Windows.Input
不作为程序集存在
System.Windows.Input
PresentationCore
程序集中的命名空间。另外,
RelayCommand
不是作为.Net framework的一部分提供的类。您要么构建自己的,要么使用