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

Definición

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

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 XPathNavigator instancias.

Devoluciones

Lista genérica de tipo XPathItem.

Se aplica a