当前位置:  开发笔记 > 编程语言 > 正文

System.Windows.Input不可用于C++/CLI?

如何解决《System.Windows.Input不可用于C++/CLI?》经验,为你挑选了1个好方法。

我正在使用C++/CLI中的ViewModel开发WPF应用程序,因此它可以使用传统的C代码.我在将命名空间System.Windows.Input暴露给C++/CLI代码时遇到了麻烦,并想知道这是否是因为WPF不支持C++/CLI?我是否真的必须插入一个C#层才能实现像Josh Smith的CommandSinkBinding这样的东西?

当我尝试在C++/CLI项目中添加引用时,我只能看到System.Windows.Presentation和System.Windows.Forms.

C#程序可以说的地方

using System.Windows.Input;

我在C++/CLI中遇到错误

using namespace System::Windows::Input;

错误1错误C2039:'输入':不是'System :: Windows'的成员



1> Lou Franco..:

您需要将Input所在的程序集添加到引用中.它在PresentationCore中

推荐阅读
跟我搞对象吧
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有