ESRI.ArcGIS.ADF
CreateNodeAttribute Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : CreateNodeAttribute Method




targetElement
sAttributeName
sAttributeValue
Create a new attribute given an XmlElement (XmlNode) target

Syntax

Visual Basic (Declaration) 
Public Function CreateNodeAttribute( _
   ByVal targetElement As XmlElement, _
   ByVal sAttributeName As String, _
   ByVal sAttributeValue As String _
) As XmlAttribute
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim targetElement As XmlElement
Dim sAttributeName As String
Dim sAttributeValue As String
Dim value As XmlAttribute
 
value = instance.CreateNodeAttribute(targetElement, sAttributeName, sAttributeValue)
C# 
public XmlAttribute CreateNodeAttribute( 
   XmlElement targetElement,
   string sAttributeName,
   string sAttributeValue
)

Parameters

targetElement
sAttributeName
sAttributeValue

See Also

© 2010 All Rights Reserved.