[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.SerializeStyles2

SerializeStyles2 Method

SerializeStyles2(object, string, XmlTextWriter, object)

Serializes an object using the ISerializeStyles2 interface.

Declaration
public static bool SerializeStyles2(object o, string elementName, XmlTextWriter w, object nameStyleCollection)
Public Shared Function SerializeStyles2(o As Object, elementName As String, w As XmlTextWriter, nameStyleCollection As Object) As Boolean
Parameters
Type Name Description
object o

Object to serialize

string elementName

Name of XML element

XmlTextWriter w

XmlTextWriter object to which to save

object nameStyleCollection

object to which to save

Returns
Type Description
bool

true if successful; false otherwise