NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.WriteAttributes

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
);

Parameters

reader
XmlReader to copy the attributes from
defattr
Whether to also copy the default attributes from the XmlReader.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace