XPathNavigator::Select Method

 

Selects a node set, using the specified XPath expression.

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

NameDescription
System_CAPS_pubmethodSelect(String^)

Selects a node set, using the specified XPath expression.

System_CAPS_pubmethodSelect(String^, IXmlNamespaceResolver^)

Selects a node set using the specified XPath expression with the IXmlNamespaceResolver object specified to resolve namespace prefixes.

System_CAPS_pubmethodSelect(XPathExpression^)

Selects a node set using the specified XPathExpression.

Return to top
Show: