在 Visual Studio 中查看 Windows 工作流文件的 xaml

发布于 2024-08-31 04:19:32 字数 123 浏览 4 评论 0原文

我有一个文件(只是一个文件。它不在解决方案中),它是 Windows 工作流文件。

当我打开它时,我得到了 WF 的 GUI 界面。我怎样才能显示它下面的xaml? (无需制定解决方案并将我的文件添加到解决方案中。)

I have a file (just a file. It is not in a solution) that is a Windows Work Flow file.

When I open it I get the GUI interface for WF. How can I show the xaml under it? (With out making a solution and adding my file to the solution.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

平安喜乐 2024-09-07 04:19:32

尝试“文件/打开/文件”菜单项。在“打开文件”对话框中,不要单击“打开”,而是单击“打开”按钮右侧的箭头。在那里,选择打开方式...并选择 XML 编辑器。

Try the File / Open / file menu item. In the Open file dialog, do not click on Open, but on the arrow to the right of the open button. There, choose Open with... and choose the XML editor.

草莓味的萝莉 2024-09-07 04:19:32

您也可以简单地按 f7(或“查看代码”的任何映射)。

与在 WPF .xaml 文件上单击 f7(同时打开 xaml 和代码隐藏文件)不同,对于工作流,Visual Studio 将关闭设计器视图以打开 xaml。

You can also simply press f7 (or whatever your mapping for "View Code" is).

Unlike with clicking f7 on a WPF .xaml file, which opens both the xaml and code-behind next to each other, for Workflows Visual Studio will close the designer view to open the xaml.

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