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

Definição

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

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

Retornos

Uma lista genérica do tipo XPathItem.

Aplica-se a