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

Definição

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

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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 instâncias XPathItem.

Retornos

IList<XPathNavigator>

Uma lista genérica do tipo XPathNavigator.

Aplica-se a