Represents an XML element.
Object
XmlNode
XmlContainer
XmlElement
[Visual Basic] Public Class XmlElement Inherits XmlContainer [C#] public class XmlElement : XmlContainer [C++] public __gc class XmlElement : public XmlContainer [JScript] public class XmlElement extends XmlContainer
Represents an XML element such as
The XmlElement
class has no public constructors. Instances of XmlElement are created using the CreateElement and AddElement methods.
Namespace: System.Xml
Assembly: System.dll