System.Windows.Shell在哪里?

时间:2012-07-26 13:49:51

标签: .net namespaces

基本上,我想在System.Windows.Shell内使用一些方法,我找不到它。

我在Visual Studio 2010中使用.Net 4和完整的.Net框架(不是客户端配置文件),我无法在添加引用对话框的.Net选项卡下找到它。我在哪里可以找到它?

由于

1 个答案:

答案 0 :(得分:6)

如果您转到MSDN并打开the specific class you are looking for,它将告诉您在.NET选项卡中添加哪些DLL,以便显示命名空间。

例如:

  

JumpItem类

     

命名空间: System.Windows.Shell
  汇编: PresentationFramework(in   PresentationFramework.dll)

因此,您需要在.NET选项卡中添加PresentationFramework引用。