Search code examples
visual-studiovisual-studio-2010workflowworkflow-foundation

View the xaml of a Windows Workflow file in Visual Studio


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.)


Solution

  • 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.