XmlSerializationReader.UnknownAttribute Method (Object, XmlAttribute)
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.