XmlSerializationReader::UnknownElement Method (Object^, XmlElement^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raises an UnknownElement event for the current position of the XmlReader.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

protected:
void UnknownElement(
	Object^ o,
	XmlElement^ elem
)

Parameters

o
Type: System::Object^

The Object that is being deserialized.

elem
Type: System.Xml::XmlElement^

The XmlElement for which an event is raised.

.NET Framework
Available since 1.1
Return to top
Show: