Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C#
![]() |
---|
public static ComponentBase Load ( |
Visual Basic
![]() |
---|
Public Shared Function Load( _ |
A XML representing a component hierarchy.
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.
If target is null (Nothing in Visual Basic) and an event handler is encountered in the supplied XML the loader will throw exception.