System.Xml.Serialization.XmlSerializationReader.UnknownAttribute Method

Raises an XmlSerializer.UnknownAttribute event for the current position of the System.Xml.XmlReader.

Syntax

protected void UnknownAttribute (object o, System.Xml.XmlAttribute attr, string qnames)

Parameters

o
An object that the System.Xml.Serialization.XmlSerializer is attempting to deserialize, subsequently accessible through the XmlAttributeEventArgs.ObjectBeingDeserialized property.
attr
A System.Xml.XmlAttribute that represents the attribute in question.
qnames
A comma-delimited list of XML qualified names.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0