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

 NameDescription
Public methodEvaluateToItem ()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.
Public methodEvaluateToItem (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.
Public methodEvaluateToItem (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.
Public methodEvaluateToItem (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.
Public methodEvaluateToItem (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.
Public methodEvaluateToItem (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.

Top