System.Xml.Serialization.XmlElementEventArgs: Property Members

The properties of System.Xml.Serialization.XmlElementEventArgs are listed below. For a list of all members, see the XmlElementEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
ElementSystem.Xml.XmlElement.

Gets the object that represents the unknown XML element.

[read-only]
ExpectedElementsstring.

Gets a comma-delimited list of XML element names expected to be in an XML document instance.

[read-only]
LineNumberint.

Gets the line number where the unknown element was encountered if the XML reader is an System.Xml.XmlTextReader.

[read-only]
LinePositionint.

Gets the place in the line where the unknown element occurs if the XML reader is an System.Xml.XmlTextReader.

[read-only]
ObjectBeingDeserializedobject.

Gets the object the System.Xml.Serialization.XmlSerializer is deserializing.