XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Metodo

Definizione

Converte un elenco o una sequenza di XPathItem oggetti in una sequenza di XPathNavigator oggetti o valori.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

listItems
IList<XPathItem>

Sequenza di XPathItem istanze.

Valori restituiti

Elenco generico di tipo XPathNavigator.

Si applica a