Saves the pager information to XML.
Syntax
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As PagerInfo
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
public bool Serialize(
XmlTextWriter
)
Parameters
- w
- XmlTextWriter object to which to save the object
See Also