WriteXml(TextWriter,XmlWriteMode) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub WriteXml( _
ByVal As System.IO.TextWriter, _
ByVal As System.Data.XmlWriteMode _
)
public void WriteXml(
System.IO.TextWriter ,
System.Data.XmlWriteMode
)
Parameters
- writer
- mode
See Also