ESRI.ArcGIS.ADF.Connection.Core
WriteXml Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection Namespace > Connection Class : WriteXml Method




Creates a XmlNode to be inserted into an XmlDocument with the current state of the type

Syntax

Visual Basic (Declaration) 
Public Function WriteXml( _
   ByVal doc As XmlDocument _
) As XmlNode
Visual Basic (Usage)Copy Code
Dim instance As Connection
Dim doc As XmlDocument
Dim value As XmlNode
 
value = instance.WriteXml(doc)
C# 
public XmlNode WriteXml( 
   XmlDocument doc
)

Parameters

doc
System.Xml.XmlDocument

Return Value

System.Xml.XmlNode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.