Search
XmlPersistContext.WriteXaml Method
See Also
 






Serializes an object to XAML.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteXaml (
    Object elt,
    string name,
    XElement parent
)

Visual Basic  Copy Code

Public Function WriteXaml( _
    elt As Object, _
    name As String, _
    parent As XElement _
) As XElement

 Parameters

elt

The System.Xml.Linq.XElement value to write.

name

The name of the element under which the value should be written.

parent

The parent element of the newly created node.

 Return Value

 See Also