XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Metodo

Definizione

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

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 istanze di XPathItem.

Restituisce

IList<XPathNavigator>

Elenco generico di tipo XPathNavigator.

Si applica a