XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Metod

Definition

Konverterar en sekvens med XPathNavigator objekt eller värden till en lista eller sekvens med XPathItem objekt.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

listNavigators
IList<XPathNavigator>

En sekvens med XPathNavigator instanser.

Returer

En allmän lista av typen XPathItem.

Gäller för