在 Visual Studio 中找不到 Property Manager 选项(不是 Express 版本)

在 Visual Studio 中找不到 Property Manager 选项(不是 Express 版本)

问题描述:

我需要处理项目的属性表.我按照 msdn 上的说明尝试在视图"下找到属性管理器",但在工具"下没有看到属性管理器"作为菜单选项.我只看到了属性页和属性窗口.我尝试了这两个选项,但它们似乎不是我可以创建属性表的地方.我的 Visual Studio 版本如下:Microsoft Visual Studio 2010,版本 10.0.40219.1 SP1Rel Microsoft .NET Framework 版本 4.0.30319 SP1Rel.任何人都可以请指点吗?谢谢.

I need to work with the Property Sheet of a project. I followed instruction on msdn to try to find Property Manager under View, but I do not see Property Manager as a menu option under Tool. I only saw Property Pages and Properties Window. I tried both options but they do not seem to be where I can create a property sheet. My Visual Studio version is as follows: Microsoft Visual Studio 2010, Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.0.30319 SP1Rel. Can anyone please give a pointer? Thanks.

尝试重置您的 View 菜单,Property Manager 确实应该在那里.

Try resetting your View menu, Property Manager should indeed be there.

  1. 转到工具 -> 自定义.
  2. 在弹出窗口中,选择 Commands 选项卡.
  3. 选择Menu bar:按钮,然后在下拉菜单中选择View
  4. 点击全部重置并确认.
  1. Go to Tools -> Customize.
  2. In the popup window, select the Commands tab.
  3. Select the Menu bar: button, and in the dropdown menu select View
  4. Click Reset All and confirm.

这应该将 Property Manager 恢复到您的 View 菜单.

This should restore Property Manager to your View menu.