Search
XmlLoader.Load Method (String)
See Also
 





Loads the component hierarchy from the specified XML string and returns the root of this hierarchy.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ComponentBase Load (
    string xml
)

Visual Basic  Copy Code

Public Shared Function Load( _
    xml As String _
) As ComponentBase

 Parameters

xml

A XML representing a component hierarchy.

 Return Value

The root of the loaded hierarchy.

 See Also