Sdílet prostřednictvím


XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Metoda

Definice

Převede seznam nebo sekvenci XPathItem objektů na sekvenci XPathNavigator objektů nebo hodnot.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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>

Sekvence XPathItem instancí.

Návraty

IList<XPathNavigator>

Obecný XPathNavigator seznam typu

Platí pro