XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Liste générique de type XPathItem.