KryptonWorkspaceSequenceSaveToXml Method |
Request this sequence save its information about children.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SaveToXml(
KryptonWorkspace workspace,
XmlWriter xmlWriter
)
Parameters
- workspace KryptonWorkspace
- Reference to owning workspace instance.
- xmlWriter XmlWriter
- Xml writer to save information into.
See Also