XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Metodo

Definizione

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

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

Parametri

listNavigators
IList<XPathNavigator>

Sequenza di XPathNavigator istanze.

Valori restituiti

Elenco generico di tipo XPathItem.

Si applica a