0 out of 2 rated this helpful - Rate this topic

XmlDocument.GetElementsByTagName Method

Returns an XmlNodeList containing a list of all descendant elements that match the specified name.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetElementsByTagName(String) Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.
Public method GetElementsByTagName(String, String) Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.