XmlSerializationReader::UnknownAttribute Method (Object^, XmlAttribute^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Raises an UnknownAttribute event for the current position of the XmlReader.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- o
-
Type:
System::Object^
An object that the XmlSerializer is attempting to deserialize, subsequently accessible through the ObjectBeingDeserialized property.
- attr
-
Type:
System.Xml::XmlAttribute^
An XmlAttribute that represents the attribute in question.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Add a handler method to the UnknownAttribute method to handle unknown attributes while the XmlSerializer is executing its Deserialize method.
Available since 1.1