ESRI.ArcGIS.ADF
CreateComment Method
See Also  Send comments on this topic.
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

See Also

© 2010 All Rights Reserved.