Sdílet prostřednictvím


XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Metoda

Definice

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

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

Parametry

listNavigators
IList<XPathNavigator>

Sekvence XPathNavigator instancí.

Návraty

IList<XPathItem>

Obecný XPathItem seznam typu

Platí pro