问题描述
我需要处理项目的属性表.我按照 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.
- 转到
工具
->自定义
. - 在弹出窗口中,选择
Commands
选项卡. - 选择
Menu bar:
按钮,然后在下拉菜单中选择View
- 点击
全部重置
并确认.
- Go to
Tools
->Customize
. - In the popup window, select the
Commands
tab. - Select the
Menu bar:
button, and in the dropdown menu selectView
- Click
Reset All
and confirm.
这应该将 Property Manager
恢复到您的 View
菜单.
This should restore Property Manager
to your View
menu.
这篇关于在 Visual Studio 中找不到 Property Manager 选项(不是 Express 版本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!