Compartir a través de


XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Método

Definición

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

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

Parámetros

listNavigators
IList<XPathNavigator>

Secuencia de instancias de XPathNavigator.

Devoluciones

IList<XPathItem>

Lista genérica de objetos de tipo XPathItem.

Se aplica a