View::GetContextNodes method
Office 2013 and later
Gets a reference to a XPathNodeIterator object for iterating over XML nodes in the current context.
| 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. |
Show: