Adds a new text node to the child list of this element.
[Visual Basic] Public Function AddText( _ ByVal text As String _ ) As XmlText [C#] public XmlText AddText( string text ); [C++] public: XmlText* AddText( String* text ); [JScript] public function AddText( text : String ) : XmlText;
The newly created text node.
An XmlText instance with the given text is created and added to the child list of this element.
XmlContainer Class | XmlContainer Members | System.Xml Namespace | Add