This topic has not yet been rated - Rate this topic

XmlSerializationReader.UnknownAttribute Method (Object, XmlAttribute)

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

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

Namespace:  System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)
protected void UnknownAttribute(
	Object o,
	XmlAttribute attr
)

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.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.