Search
XmlLoader.Load Method (Stream)
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ComponentBase Load (
    Stream xmlStream
)

Visual Basic  Copy Code

Public Shared Function Load( _
    xmlStream As Stream _
) As ComponentBase

 Parameters

xmlStream

A XML stream representing a component hierarchy.

 Return Value

The root of the loaded hierarchy.

 See Also