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