Saves the style information to XML.
Syntax
'Declaration
Public Overridable Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As StyleInfo
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
public virtual bool Serialize(
XmlTextWriter
)
Parameters
- w
- XmlTextWriter object to which to save the object
Return Value
Boolean:
true if successful;
false otherwise
See Also