[]
        
(Showing Draft Content)

FarPoint.Win.ISerializePresentation2.Serialize2

Serialize2 Method

Serialize2(XmlTextWriter, Hashtable, object)

Save the object to XML.

Declaration
bool Serialize2(XmlTextWriter w, Hashtable restrictedNameStyles, object nameStyles)
Function Serialize2(w As XmlTextWriter, restrictedNameStyles As Hashtable, nameStyles As Object) As Boolean
Parameters
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

Returns
Type Description
bool

true if successful; false otherwise