Enumerate Attributes of an XML Node in VB.NET



Enumerate Attributes of an XML Node in VB.NET

'Assembly: System.XML.dll

'Namespace: System.Xml

'Var NodeName AS XmlNode

For Each attribute As XmlAttribute In NodeName.Attributes

Next

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.