ESRI.ArcGIS.ADF.Core
CreateComment Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : CreateComment Method




insertAfterThisNode
sVal
Creates and adds a comment before the given node. If root node, or null, the comment node is Appended to the tree.

Syntax

Visual Basic (Declaration) 
Public Function CreateComment( _
   ByVal insertAfterThisNode As XmlNode, _
   ByVal sVal As String _
) As XmlNode
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim insertAfterThisNode As XmlNode
Dim sVal As String
Dim value As XmlNode
 
value = instance.CreateComment(insertAfterThisNode, sVal)
C# 
public XmlNode CreateComment( 
   XmlNode insertAfterThisNode,
   string sVal
)

Parameters

insertAfterThisNode
sVal

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.