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

Definição

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

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 instâncias XPathNavigator.

Retornos

IList<XPathItem>

Uma lista genérica do tipo XPathItem.

Aplica-se a