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

Definição

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

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::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>

Uma sequência de XPathNavigator instâncias.

Devoluções

Uma lista genérica do tipo XPathItem.

Aplica-se a