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