NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlContainer.AddElement

[To be supplied.]

Overload List

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;

See Also

XmlContainer Class | XmlContainer Members | System.Xml Namespace