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