Writes out all the attributes found at the current position in the specified XmlReader
[Visual Basic] Public Sub WriteAttributes( _ ByVal reader As XmlReader, _ ByVal defattr As Boolean _ ) [C#] public void WriteAttributes( XmlReader reader, bool defattr ); [C++] public: void WriteAttributes( XmlReader* reader, bool defattr ); [JScript] public function WriteAttributes( reader : XmlReader, defattr : Boolean );
XmlWriter Class | XmlWriter Members | System.NewXml Namespace