Search
XmlPersistContext.WriteTag Method
See Also
 





Writes the specified tag of the specified object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XmlElement WriteTag (
    Object item,
    Object tagValue,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteTag( _
    item As Object, _
    tagValue As Object, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

item

tagValue

elementName

parentElement

 Return Value

 Remarks

Tags are written similarly to arbitrary objects except that the client of the diagram is given a chance to perform custom serialization through event handling.

 See Also