XmlDataDocument::GetElementsByTagName Method

 

Namespace:   System.Xml
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodGetElementsByTagName(String^)

Returns an XmlNodeList containing a list of all descendant elements that match the specified Name.(Overrides XmlDocument::GetElementsByTagName(String^).)

System_CAPS_pubmethodGetElementsByTagName(String^, String^)

Returns an XmlNodeList containing a list of all descendant elements that match the specified LocalName and NamespaceURI.(Inherited from XmlDocument.)

Return to top
Show: