简体   繁体   English

如何在Visual Studio(2013)中打开.vb文件路径

[英]How do I open .vb file path in Visual Studio (2013)

I am using the asp.net web forms and whenever I want to edit the MyWebPage.aspx.vb file to add something in the Page_Load subroutine, I have to add a temporary asp button or something like that and double click it. 我正在使用asp.net Web表单,每当我想编辑MyWebPage.aspx.vb文件以在Page_Load子例程中添加某些内容时,我都必须添加一个临时的ASP按钮或类似的按钮,然后双击它。 Is there a shortcut to open it?? 有打开它的快捷方式吗?

Thanks for your answer! 感谢您的回答!

If you hover over the buttons at the top of the Solution Explorer pane, one of them is "Show all files". 如果将鼠标悬停在“解决方案资源管理器”窗格顶部的按钮上,则其中之一是“显示所有文件”。 Click that, and you will be able to expand MyWebPage.aspx to show the MyWebPage.aspx.vb file. 单击该,您将能够展开MyWebPage.aspx以显示MyWebPage.aspx.vb文件。

Alternatively, you can use "View" menu -> "Code" if you have MyWebPage.aspx showing in the designer. 另外,如果在设计器中显示MyWebPage.aspx,则可以使用“查看”菜单->“代码”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM