Compartir a través de


XsltConvert.EnsureNodeSet(IList<XPathItem>) Método

Definición

Se asegura de que la secuencia especificada de objetos no es un fragmento del árbol de resultados y que se puede convertir en un conjunto de nodos.

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

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ EnsureNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> EnsureNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member EnsureNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function EnsureNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

Parámetros

listItems
IList<XPathItem>

Secuencia de instancias de XPathItem.

Devoluciones

IList<XPathNavigator>

Secuencia de instancias de XPathNavigator.

Se aplica a