Compartir a través de


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

Definición

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

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 instancias de XPathItem.

Devoluciones

IList<XPathNavigator>

Lista genérica de objetos de tipo XPathNavigator.

Se aplica a