System.Windows.Shell参考失踪 [英] System.Windows.Shell Reference missing

查看:114
本文介绍了System.Windows.Shell参考失踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Windows窗体应用程序,我想我自己的自定义跳转表。要做到这一点,我需要使用的命名空间System.Windows.Shell,但我不能访问它,我无法找到它在引用列表中的引用或者。我也查了一些教程,但它们都使用XAML(WPF应用程序),其中一些只是提到了这一点可以通过编码以及完成。

I have a windows form application and i want to make my own custom jumplist. To do this i need to use the namespace System.Windows.Shell but i can't access it, and i can't find a reference for it in the list of references either. I have checked some tutorials but they all use XAML (WPF Application) and some of them just mentions this can be done by coding as well.

所以我的问题是,是否有可能访问需要在Windows窗体应用程序的命名空间或做我需要使用WPF?而且如果可能的话又如何?如果没有,则有另一种方式来做到这一点在Windows窗体应用程序?

So my question is, is it possible to access the namespace needed in a windows form app or do i need to use WPF? And if it is possible then how? And if not, then is there another way to do it in a windows form app?

我在使用Visual Studio 2010旗舰版(C#)。

I'm using Visual Studio 2010 Ultimate (C#).

在此先感谢!

推荐答案

System.Windows.Shell 命名空间是在 presentationFramework .DLL 组装。你可以发现,在你自己,如果你搜索的命名空间,包含组件将显示在细节。

The System.Windows.Shell namespace is in the PresentationFramework.dll assembly. You can find that out on your own if you search for the namespace, the containing assembly will be displayed in the details.

这篇关于System.Windows.Shell参考失踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆