如何在 vb.net 中查看设计器代码
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1966557/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how to see designer code in vb.net
提问by shraddha
i want to see the designer code .. i want to see how myForm is generated using or extending form
我想查看设计器代码 .. 我想查看如何使用或扩展表单生成 myForm
i mean in C# i can see the code in designer.cs file...but in vb.net i am nt able to see that..
我的意思是在 C# 中我可以看到 Designer.cs 文件中的代码......但在 vb.net 中我看不到......
回答by Gabriel McAdams
In VB.Net, in order to see the designer files, you have to click the toggle button above the solution explorer (show all files).
在 VB.Net 中,为了查看设计器文件,您必须单击解决方案资源管理器上方的切换按钮(显示所有文件)。