Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XmlDeserializationEvents Struct

Definition

Namespace:
System.Xml.Serialization
Assemblies:
netstandard.dll, System.Xml.XmlSerializer.dll
Assembly:
System.Xml.XmlSerializer.dll
Assembly:
System.Xml.dll
Assembly:
netstandard.dll
Source:
XmlSerializer.cs
Source:
XmlSerializer.cs
Source:
XmlSerializer.cs
Source:
XmlSerializer.cs
Source:
XmlSerializer.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains fields that can be used to pass event delegates to a thread-safe Deserialize method of the XmlSerializer.

public value class XmlDeserializationEvents
public struct XmlDeserializationEvents
type XmlDeserializationEvents = struct
Public Structure XmlDeserializationEvents
Inheritance
XmlDeserializationEvents

Fields

Name Description
OnUnknownAttribute

Represents the method that handles the UnknownAttribute event.

OnUnknownElement

Represents the method that handles the UnknownElement event.

OnUnknownNode

Represents the method that handles the UnknownNode event.

OnUnreferencedObject

Represents the method that handles the UnreferencedObject event.

Properties

Name Description
OnUnknownAttribute

Gets or sets an object that represents the method that handles the UnknownAttribute event.

OnUnknownElement

Gets or sets an object that represents the method that handles the UnknownElement event.

OnUnknownNode

Gets or sets an object that represents the method that handles the UnknownNode event.

OnUnreferencedObject

Gets or sets an object that represents the method that handles the UnreferencedObject event.

Applies to


Feedback

Was this page helpful?