XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Methode

Definitie

Converteert een reeks XPathNavigator objecten of waarden naar een lijst of reeks XPathItem objecten.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

listNavigators
IList<XPathNavigator>

Een reeks XPathNavigator exemplaren.

Retouren

Een algemene lijst van het type XPathItem.

Van toepassing op