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 實例。

適用於