在 XOML 文件上使用“查看代码”时,将显示设计器视图
在视觉工作室中: 当您在解决方案资源管理器中右键单击 xoml 文件并选择“查看代码”时,您将进入设计器(设计视图)。
重现步骤
- 创建一个 xoml
- 将某些内容添加到代码隐藏中 [我使用了 C#]
- 关闭代码隐藏和设计器
- 在解决方案资源管理器中右键单击 xoml
- 选择“查看代码”
实际结果
- 设计器视图打开。
预期结果
- 应打开代码视图。
In Visual Studio:
When you right-click on a xoml file in the solution explorer and select "View Code" it takes you to the designer (design view).
Steps to Reproduce
- create a xoml
- add something into the code-behind [I used C#]
- Close the code-behind and designer
- right-click the xoml from the Solution Explorer
- Select "View Code"
Actual Results
- Designer view is opened.
Expected Results
- Code view should open.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在其他地方发现了这个问题,但没有得到解答,所以这是我发现的解决方案/解决方法。
您现在应该能够查看代码。
注意:
默认开启器的不同设置具有奇怪(愚蠢?)不同的行为。 在我的带有 .NET 3.5 SP1 的 VS2008 上:
工作流程设计器:仅允许设计器视图。
XML 编辑器:仅允许代码查看。
源代码(文本)编辑器:默认为设计器视图,但允许代码视图。
I found this question elsewhere, unanswered, so here's the solution/workaround I discovered.
You should now be able to view the code.
NOTE:
Different settings for the default opener have odly (stupidly?) different behaviors. On my VS2008 with .NET 3.5 SP1:
Workflow Designer: only allows designer view.
XML Editor: only allows code view.
Source Code (Text) Editor: defaults to designer view, but allows code view.