Adds a new element to the child list of this element.
[Visual Basic] Overloads Public Function AddElement( _ ByVal id As XmlIdent _ ) As XmlElement [C#] public XmlElement AddElement( XmlIdent id ); [C++] public: XmlElement* AddElement( XmlIdent* id ); [JScript] public function AddElement( id : XmlIdent ) : XmlElement;
The newly created element.
An XmlElement instance with the given identifier is created and added to the child list of this element.
XmlContainer Class | XmlContainer Members | System.Xml Namespace | XmlContainer.AddElement Overload List | Add | AddElement | AddElement