Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ISerializeStyles2 Interface / Serialize2 Method
XmlTextWriter object used to save the object
A collection of NamedStyle objects


In This Topic
    Serialize2 Method (ISerializeStyles2)
    In This Topic
    Save the object to XML.
    Syntax
    'Declaration
     
    
    Function Serialize2( _
       ByVal w As XmlTextWriter, _
       ByVal nameStyleCollection As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As ISerializeStyles2
    Dim w As XmlTextWriter
    Dim nameStyleCollection As Object
    Dim value As Boolean
     
    value = instance.Serialize2(w, nameStyleCollection)

    Parameters

    w
    XmlTextWriter object used to save the object
    nameStyleCollection
    A collection of NamedStyle objects

    Return Value

    true if successful; false otherwise
    See Also