Search
Shape.SaveToXml Method
See Also
 






Saves the shape content into an XML element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Task SaveToXml (
    XElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Function SaveToXml( _
    element As XElement, _
    context As XmlPersistContext _
) As Task

 Parameters

element

The XElement the shape's data should be stored into.

context

An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 Return Value

 See Also