XmlQueryRuntime.EndSequenceConstruction(XmlQueryOutput) 方法

定义

完成构造嵌套项序列。

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)

参数

output
XmlQueryOutput

XmlQueryOutput 类的实例。

返回

类的 XPathItem 实例序列。

适用于