XPathNavigator::SelectDescendants Method

 

Selects all the descendant nodes of the current node that match the selection criteria.

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

NameDescription
System_CAPS_pubmethodSelectDescendants(String^, String^, Boolean)

Selects all the descendant nodes of the current node with the local name and namespace URI specified.

System_CAPS_pubmethodSelectDescendants(XPathNodeType, Boolean)

Selects all the descendant nodes of the current node that have a matching XPathNodeType.

Return to top
Show: