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