XPathNavigator::SelectDescendants Method
.NET Framework (current version)
Selects all the descendant nodes of the current node that match the selection criteria.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SelectDescendants(String^, String^, Boolean) | Selects all the descendant nodes of the current node with the local name and namespace URI specified. |
![]() | SelectDescendants(XPathNodeType, Boolean) | Selects all the descendant nodes of the current node that have a matching XPathNodeType. |
Show:
