When I use the SaveToolWindowLayoutToFile method on my dock manager I get the following xml...
Obviously, that doesn't do much when I load it. :)
What do I need to do to persist the ToolWindow states to this xml? I have already ensured that I gave them all a key, and they all reference the same dock manager.
<ToolWindowLayout Version="1.0">
<LayoutData>
<HostContainerControl />
<AutoHide Dock="Left" />
<AutoHide Dock="Right" />
<AutoHide Dock="Top" />
<AutoHide Dock="Bottom" />
<TabbedDocuments Orientation="Horizontal" />
<FloatingContainers />
<Hidden />
</LayoutData>
<CustomData />
</ToolWindowLayout>
What do I need to do to persist the ToolWindow states to this xml? I have already ensured that I gave them all a key, and they all reference the same dock manager.