在 XOML 文件上使用“查看代码”时,将显示设计器视图

发布于 2024-07-22 11:54:54 字数 356 浏览 4 评论 0原文

在视觉工作室中: 当您在解决方案资源管理器中右键单击 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

相思碎 2024-07-29 11:54:54

我在其他地方发现了这个问题,但没有得到解答,所以这是我发现的解决方案/解决方法。

  • 右键单击“解决方案资源管理器”中的 xoml 文件。
  • 选择“打开方式...”
  • 选择“Xml 编辑器”
  • 单击“设置为默认值”
  • 单击“确定”

您现在应该能够查看代码。

注意:
默认开启器的不同设置具有奇怪(愚蠢?)不同的行为。 在我的带有 .NET 3.5 SP1 的 VS2008 上:
工作流程设计器:仅允许设计器视图。
XML 编辑器:仅允许代码查看。
源代码(文本)编辑器:默认为设计器视图,但允许代码视图。

I found this question elsewhere, unanswered, so here's the solution/workaround I discovered.

  • right-click on a xoml file in Solution Explorer.
  • select "Open With..."
  • select "Xml Editor"
  • click "Set as Default"
  • click "OK"

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文