Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorder Class / Serialize Method
XmlTextWriter object to which to save the object


In This Topic
    Serialize Method (ComplexBorder)
    In This Topic
    Saves the object to XML.
    Syntax
    'Declaration
     
    
    Public Overridable Function Serialize( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As ComplexBorder
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.Serialize(w)
    public virtual bool Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter object to which to save the object

    Return Value

    true if successful; otherwise, false
    See Also