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.
XmlNodeEventArgs::NodeType Property
.NET Framework (current version)
Gets the type of the XML node being deserialized.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml::XmlNodeTypeThe XmlNodeType that represents the XML node being deserialized.
The XmlNodeType enumeration returns a description of the node being deserialized. For example, it returns "Comment" if the node is a comment.
The following example prints a description of the unknown node that caused the UnknownNode event to occur.
.NET Framework
Available since 1.1
Available since 1.1
Show: