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

Definição

Converte uma lista ou sequência de XPathItem objetos numa sequência de XPathNavigator objetos ou valores.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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>

Uma sequência de XPathItem instâncias.

Devoluções

Uma lista genérica do tipo XPathNavigator.

Aplica-se a