[]
Saves the data to XML.
bool Serialize(XmlTextWriter w)
Function Serialize(w As XmlTextWriter) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the data |
Type | Description |
---|---|
bool | true if successful; otherwise, false |
Saves the data to XML and optionally the data source and bound data.
bool Serialize(XmlTextWriter w, bool saveDataSource)
Function Serialize(w As XmlTextWriter, saveDataSource As Boolean) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the data |
bool | saveDataSource | Whether to save the data source and bound data |
Type | Description |
---|---|
bool | true if successful; otherwise, false |