MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.ReadTag Method (Object, String, XmlElement)
See Also
 





Reads the specified tag for the specified object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.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
The Item whose tag is being read.
elementName
The name of the element containing the tag value.
parentElement
The parent element of the node with the specified name.

 Return Value

An object value.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace
WriteTag Method