XPath.Evaluate MethodXPath.Evaluate MethodXPath::Evaluate Method
Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XPath expression
Overload List
| Name | Description | |
|---|---|---|
| Evaluate ()Evaluate ()Evaluate () | Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XPath expression. | |
| Evaluate (XPathItem)Evaluate (XPathItem)Evaluate (XPathItem^) | Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XPath expression. | |
| Evaluate (DynamicContextSettings)Evaluate (DynamicContextSettings)Evaluate (DynamicContextSettings^) | Returns an IEnumerable<T>IEnumerable(Of T)IEnumerable<T> representing the result of evaluating the XPath expression. |
