XmlDeserializationEvents Struct
Definition
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
Fields
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
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. |