Partager via


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

Définition

Convertit une séquence d'objets ou de valeurs XPathNavigator en une liste ou séquence d'objets XPathItem.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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)

Paramètres

listNavigators
IList<XPathNavigator>

Séquence d'instances XPathNavigator.

Retours

IList<XPathItem>

Liste générique de type XPathItem.

S’applique à