Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
Protected Friend Overridable Function SerializeToXmlElement ( _ writer As XmlWriter, _ elementName As String _ ) As Boolean
Dim writer As XmlWriter Dim elementName As String Dim returnValue As Boolean returnValue = Me.SerializeToXmlElement(writer, _ elementName)
protected internal virtual bool SerializeToXmlElement( XmlWriter writer, string elementName )
protected public: virtual bool SerializeToXmlElement( XmlWriter^ writer, String^ elementName )
protected internal function SerializeToXmlElement( writer : XmlWriter, elementName : String ) : boolean
The element has multiple child elements.
The SerializeToXmlElement method is called after the call to the Unmerge method during serialization. The SerializeToXmlElement method writes out the contents of the configuration element between the beginning and ending tags of the element. Override SerializeToXmlElement to provide a custom serialization method.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98