XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Metoda

Definicja

Konwertuje listę lub sekwencję XPathItem obiektów na sekwencję XPathNavigator obiektów lub wartości.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

listItems
IList<XPathItem>

Sekwencja XPathItem wystąpień.

Zwraca

IList<XPathNavigator>

Ogólna lista typu XPathNavigator .

Dotyczy