Compartir a través de


XmlQueryOutput.StartTree(XPathNodeType) Método

Definición

Inicia la construcción de un nuevo árbol.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

rootType
XPathNodeType

Objeto XPathNodeType.

Se aplica a