Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static ComponentBase Load ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Load( _ |
The XmlDocument to load from.
An object that is declaring the handlers for the events in the code and also used to evaluate expressions.
The root of the loaded hierarchy.
See Also