XmlQueryRuntime.StartSequenceConstruction(XmlQueryOutput) 方法

定義

開始建立巢狀的項目序列。 回傳一個新序列 XmlQueryOutput ,將用於構造這個新序列。

public:
 void StartSequenceConstruction([Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlQueryOutput ^ % output);
public void StartSequenceConstruction(out System.Xml.Xsl.Runtime.XmlQueryOutput output);
member this.StartSequenceConstruction : XmlQueryOutput -> unit
Public Sub StartSequenceConstruction (ByRef output As XmlQueryOutput)

參數

output
XmlQueryOutput

XmlQueryOutput 類別的執行個體。

適用於