View.GetContextNodes method
Include protected members
Include inherited members
Gets a reference to a XPathNodeIterator object for iterating over XML nodes in the current context.
Overload list
Name | Description | |
---|---|---|
GetContextNodes() | Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection. | |
GetContextNodes(XPathNavigator) | Gets a reference to an XPathNodeIterator object for iterating over the returned XML nodes starting from the specified node. | |
GetContextNodes(XPathNavigator, String) | Gets a reference to an XPathNodeIterator for iterating over the returned XML nodes in the current selection within the control bound to the specified control. |
Top