Writes out an attribute with the specified name, namespace URI, and string value.
[Visual Basic] Overloads Public Sub WriteElementString( _ ByVal name As String, _ ByVal ns As String, _ ByVal value As String _ ) [C#] public void WriteElementString( string name, string ns, string value ); [C++] public: void WriteElementString( String* name, String* ns, String* value ); [JScript] public function WriteElementString( name : String, ns : String, value : String );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementString Overload List