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