The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSerializationReader::UnknownAttribute Method (Object^, XmlAttribute^, String^)
.NET Framework (current version)
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^
A XmlAttribute that represents the attribute in question.
- qnames
-
Type:
System::String^
A comma-delimited list of XML qualified names.
.NET Framework
Available since 2.0
Available since 2.0
Show: