如何在Windows Phone 7开发的Visual Studio Express窗口左侧显示工具箱?
我是 Visual Studio 开发新手。
有时我会隐藏 Visual Studio Express 窗口左侧的工具箱。但有时候,我想使用它。
如何重新激活并显示它?
I am new to Visual Studio development.
Occasionally I hide the toolbox on the left side of window of Visual Studio Express. But then, sometimes, I would like to use it.
How does one reactivate and display it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
Ctrl-Alt-X 是我使用的键盘快捷键,尽管这可能是因为我安装了
Resharper
- 否则Ctrl W、X。从菜单中:查看 -> 工具箱。
您可以使用工具轻松查看/更改键绑定 -> 选项环境->键盘。它有一个方便的 UI,您可以在其中输入单词,并显示包含该单词的键绑定,包括
View.Toolbox
。您可能需要浏览有关 Visual Studio 入门的在线 MSDN 文档< /a>.
Ctrl-Alt-X is the keyboard shortcut I use, although that may because I have
Resharper
installed - otherwise Ctrl W, X.From the menu: View -> Toolbox.
You can easily view/change key bindings using Tools -> Options Environment->Keyboard. It has a convenient UI where you can enter a word, and it shows you what key bindings include that word, including
View.Toolbox
.You might want to browse through the online MSDN documentation on getting started with Visual Studio.
只需从 Visual Studio 菜单中选择“查看”->“工具箱。
Just select from the Visual Studio menu View- > ToolBox .
在 Visual Studio Express 2013 for web 中,它隐藏在“视图”>“视图”中。其他窗口>工具箱。
In Visual Studio Express 2013 for web it's hidden away in View > Other Windows > Toolbox.
有时你可以只执行“窗口 ->”重置窗口布局”,这样就可以了:)
Sometimes you can just do 'Window -> Reset Window Layout', and that'll work :)
我在使用 Blend for Visual Studio 2015 时遇到了这个问题。工具箱不再出现。事实证明,这是因为 Blend 不是 Visual Studio!
(您可以在 Blend 中编辑代码并构建并运行它...它确实看起来像 Visual Studio,但事实并非如此。我不确定 Blend 的目的是什么...)
您可以告诉您在如果任务栏图标中有大“B”,则混合。要从 Blend 切换到 Visual Studio,请转到
View
->;在 Visual Studio 中编辑...
。它将打开另一个看起来像 Blend 的应用程序,只不过解决方案资源管理器位于右侧而不是左侧,现在您有一个工具箱...I had this problem with Blend for Visual Studio 2015. The Toolbox would just not appear anymore. This turns out to be because Blend is not Visual Studio!
(You can edit your code in Blend and build and run it... It certainly seems like Visual Studio, but it isn't. I'm not sure what the purpose of Blend is...)
You can tell you are in Blend if the task bar icon has big "B" in it. To switch from Blend to Visual Studio, go to
View
->Edit in Visual Studio...
. It will open up another application that looks just like Blend, except the Solution Explorer is on the right instead of the left, and now you have a toolbox...转到工具栏并单击查看 ->工具箱,您将在屏幕左侧看到工具箱。
Go to the toolbar and Click View -> Toolbox and you will get the toolbox in left side of the screen.