XQuery.EvaluateToItem MethodXQuery.EvaluateToItem MethodXQuery::EvaluateToItem Method
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or
null
a null reference (Nothing
in Visual Basic)
nullptr
if the query returns the empty sequence.
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing
in Visual Basic)
nullptr
if the query returns the empty sequence.
Overload List
Name | Description | |
---|---|---|
EvaluateToItem ()EvaluateToItem ()EvaluateToItem () |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
| |
EvaluateToItem (XPathItem)EvaluateToItem (XPathItem)EvaluateToItem (XPathItem^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
| |
EvaluateToItem (XPathItem, IResultDocumentHandler)EvaluateToItem (XPathItem, IResultDocumentHandler)EvaluateToItem (XPathItem^, IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
| |
EvaluateToItem (DynamicContextSettings)EvaluateToItem (DynamicContextSettings)EvaluateToItem (DynamicContextSettings^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
| |
EvaluateToItem (DynamicContextSettings, IResultDocumentHandler)EvaluateToItem (DynamicContextSettings, IResultDocumentHandler)EvaluateToItem (DynamicContextSettings^, IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
| |
EvaluateToItem (IResultDocumentHandler)EvaluateToItem (IResultDocumentHandler)EvaluateToItem (IResultDocumentHandler^) |
Returns an XPathItemXPathItemXPathItem representing the result of evaluating the XQuery program,
or null
a null reference (Nothing in Visual Basic)
nullptr if the query returns the empty sequence.
|