MindFusion.Wpf Pack Programmer's Guide
XmlPersistContext.ReadTag Method
See Also
 





Reads the specified tag for the specified object.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Object ReadTag (
    Object item,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

item

elementName

parentElement

 Return Value

 Remarks

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

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.Diagramming.Wpf Namespace