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