XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Método

Definición

Convierte una lista o secuencia de XPathItem objetos en una secuencia de XPathNavigator objetos o valores.

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 ^> ^ ItemsToNavigators(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ItemsToNavigators(System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ItemsToNavigators : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ItemsToNavigators (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

Parámetros

listItems
IList<XPathItem>

Secuencia de XPathItem instancias.

Devoluciones

Lista genérica de tipo XPathNavigator.

Se aplica a