[]
Save the object to XML.
bool Serialize2(XmlTextWriter w, Hashtable restrictedNameStyles, object nameStyles)
Function Serialize2(w As XmlTextWriter, restrictedNameStyles As Hashtable, nameStyles As Object) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the object |
Hashtable | restrictedNameStyles | A set of restricted named styles. |
object | nameStyles | A list of NamedStyle objects |
Type | Description |
---|---|
bool | true if successful; false otherwise |