Visual Studio 2010 中的成员/方法组合框发生了什么?

发布于 2024-11-08 07:43:17 字数 182 浏览 0 评论 0原文

在 Visual Studio 2008 中,我可以在代码窗口顶部看到一个组合框,其中包含我的类中定义的成员/方法:

但是,我在 Visual Studio 2010 中看不到这一点!被移除了吗?我可以拿回来吗?

In Visual Studio 2008, I can see a combo box containing the members/methods defined in my class at the top of the code window:

However, I cannot see this in Visual Studio 2010! Was it removed? Can I get it back?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

表情可笑 2024-11-15 07:43:17

它仍然在那里,你一定是不小心把它关掉了。要重新打开它,请按照以下简单步骤操作:

  1. 从“工具”菜单中,选择“选项”。
  2. 展开“文本编辑器”标题。
  3. 选择您选择的语言(例如,C# 或 VB.NET)。
  4. 选中标有“导航栏”的框。

   

It's still there, you must have just inadvertently turned it off. To turn it back on, follow these easy steps:

  1. From the "Tools" menu, select "Options".
  2. Expand the "Text Editor" heading.
  3. Select your language of choice (e.g., C# or VB.NET).
  4. Check the box labeled "Navigation bar".

   

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文