Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultFilterItem Class / Serialize Method
XmlTextWriter to which to write (save) the object


In This Topic
    Serialize Method (DefaultFilterItem)
    In This Topic
    Internal use only. Internal implementation of ISerializeSupport interface method. Saves the object to XML.
    Syntax
    'Declaration
     
    
    Public Overrides Function Serialize( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultFilterItem
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.Serialize(w)
    public override bool Serialize( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter to which to write (save) the object

    Return Value

    true if successful; otherwise, false
    See Also