[To be supplied.]
Adds a new element to the child list of this element.
[Visual Basic] Overloads Public Function AddElement(XmlIdent) As XmlElement
[C#] public XmlElement AddElement(XmlIdent);
[C++] public: XmlElement* AddElement(XmlIdent*);
[JScript] public function AddElement(XmlIdent) : XmlElement;
Adds a new element to the child list of this element.
[Visual Basic] Overloads Public Function AddElement(String, String) As XmlElement
[C#] public XmlElement AddElement(String, String);
[C++] public: XmlElement* AddElement(String*, String*);
[JScript] public function AddElement(String, String) : XmlElement;
Adds a new element to the child list of this element.
[Visual Basic] Overloads Public Function AddElement(String) As XmlElement
[C#] public XmlElement AddElement(String);
[C++] public: XmlElement* AddElement(String*);
[JScript] public function AddElement(String) : XmlElement;
XmlContainer Class | XmlContainer Members | System.Xml Namespace