Export all opening Xaml Items as XAML files


Instruction

To export all opening XAML items as XAML files, follow these steps:

  1. Open XamlFiddle as described in the previous sections.
  2. In this case, we have two opening XAML items: "Test Updated" and "SimpleHelloWorldUI" for export:
    Opening XAML items

  3. Click the menu File > Export > Export all opening XAML Items as Xaml files:
    Export all opening XAML items as XAML files

  4. A dialog will appear asking you to browse for the folder to export to:
    Browse Folder Dialog

  5. In this case, choose Desktop as the location for export and then click OK:
    Desktop Location

  6. Finally, you will see all exported XAML files under the .xaml format, like this:
    Exported opening XAML items


In case the exported .xaml file already exists in the target location, XamlFiddle will ensure that the exported XAML file name is unique. As shown in the screenshot, the SimpleHelloWorldUI.xaml file already existed, so XamlFiddle exported the SimpleHelloWorldUI(1).xaml file instead.


NOTE: The .xaml format belongs to the XAML language, which WPF uses to define user interfaces.