View.SelectNodes Method
Include Protected Members
Include Inherited Members
Selects a range of nodes in a view.
Overload List
Name | Description | |
---|---|---|
SelectNodes(XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node. | |
SelectNodes(XPathNavigator, XPathNavigator) | Selects a range of nodes in a view based on the specified starting XML node and ending XML node. | |
SelectNodes(XPathNavigator, XPathNavigator, String) | Selects a range of nodes in a view based on the specified starting XML node, the ending XML node, and the specified control. |
Top