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