XPathNavigator::Select Method
.NET Framework (current version)
Selects a node set, using the specified XPath expression.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Select(String^) | Selects a node set, using the specified XPath expression. |
![]() | Select(String^, IXmlNamespaceResolver^) | Selects a node set using the specified XPath expression with the IXmlNamespaceResolver object specified to resolve namespace prefixes. |
![]() | Select(XPathExpression^) | Selects a node set using the specified XPathExpression. |
Show:
