XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Metodo

Definizione

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

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

Restituisce

Elenco generico di tipo XPathItem.

Si applica a