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 对象。

适用于