XmlQueryOutput.StartTree(XPathNodeType) メソッド

定義

新しいツリーの構築を開始します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void StartTree(System::Xml::XPath::XPathNodeType rootType);
public void StartTree (System.Xml.XPath.XPathNodeType rootType);
member this.StartTree : System.Xml.XPath.XPathNodeType -> unit
Public Sub StartTree (rootType As XPathNodeType)

パラメーター

rootType
XPathNodeType

XPathNodeType オブジェクト。

適用対象