Partager via


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

Définition

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

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

Paramètres

listItems
IList<XPathItem>

Séquence d'instances XPathItem.

Retours

IList<XPathNavigator>

Liste générique de type XPathNavigator.

S’applique à