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 クラスのインスタンス。

戻り値

IList<XPathItem>

XPathItem クラスのインスタンスのシーケンス。

適用対象