[]
Save the object to XML.
bool Serialize2(XmlTextWriter w, object nameStyleCollection)
Function Serialize2(w As XmlTextWriter, nameStyleCollection As Object) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the object |
object | nameStyleCollection | A collection of NamedStyle objects |
Type | Description |
---|---|
bool | true if successful; false otherwise |