XmlQueryRuntime.EndSequenceConstruction(XmlQueryOutput) Method

Definition

Finishes constructing a nested sequence of items.

public:
 System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ EndSequenceConstruction([Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlQueryOutput ^ % output);
public System.Collections.Generic.IList<System.Xml.XPath.XPathItem> EndSequenceConstruction (out System.Xml.Xsl.Runtime.XmlQueryOutput output);
member this.EndSequenceConstruction : XmlQueryOutput -> System.Collections.Generic.IList<System.Xml.XPath.XPathItem>
Public Function EndSequenceConstruction (ByRef output As XmlQueryOutput) As IList(Of XPathItem)

Parameters

output
XmlQueryOutput

An instance of the XmlQueryOutput class.

Returns

A sequence of instances of the XPathItem class.

Applies to