Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / Deserialize Method
XMLNodeReader object


In This Topic
    Deserialize Method (TabInfo)
    In This Topic
    Loads the tab information from XML.
    Syntax
    'Declaration
     
    
    Public Function Deserialize( _
       ByVal r As XmlNodeReader _
    ) As Boolean
    'Usage
     
    
    Dim instance As TabInfo
    Dim r As XmlNodeReader
    Dim value As Boolean
     
    value = instance.Deserialize(r)
    public bool Deserialize( 
       XmlNodeReader r
    )

    Parameters

    r
    XMLNodeReader object

    Return Value

    true if successful; false otherwise
    Remarks
    Loads the TabInfo object from the XMLNodeReader object.  This method deserializes the public properties and fields of the TabInfo object.
    See Also