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