[]
Serializes an object using the ISerializeStyles interface.
public static bool SerializeStyles(object o, string elementName, XmlTextWriter w)
Public Shared Function SerializeStyles(o As Object, elementName As String, w As XmlTextWriter) As Boolean
Type | Name | Description |
---|---|---|
object | o | Object to serialize |
string | elementName | Name of XML element |
XmlTextWriter | w | XmlTextWriter object to which to save |
Type | Description |
---|---|
bool | true if successful; false otherwise |