Hi,
I know that to get the line number that an element (XElement) starts at, I can use:
CType(XElement, System.Xml.IXmlLineInfo).LineNumber
My question is, how can I get the line number of where the element end tag is located within the XDocument?
Thanks!
-Jason
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.