JAMS Developer Guide
WriteXml(XmlWriter,String) Method


MVPSI.JAMS Namespace > ElementCollection Class > WriteXml Method : WriteXml(XmlWriter,String) Method
The XmlWriter instance.
The name of the xml element.
Writes the Element Collection values to XML
Syntax
'Declaration
 
Public Overloads Sub WriteXml( _
   ByVal writer As System.Xml.XmlWriter, _
   ByVal elementName As System.String _
) 
'Usage
 
Dim instance As ElementCollection
Dim writer As System.Xml.XmlWriter
Dim elementName As System.String
 
instance.WriteXml(writer, elementName)
public void WriteXml( 
   System.Xml.XmlWriter writer,
   System.string elementName
)

Parameters

writer
The XmlWriter instance.
elementName
The name of the xml element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ElementCollection Class
ElementCollection Members
Overload List