XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Methode

Definition

Konvertiert eine Abfolge von XPathNavigator Objekten oder Werten in eine Liste oder Abfolge von XPathItem Objekten.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

listNavigators
IList<XPathNavigator>

Eine Abfolge von XPathNavigator Instanzen.

Gibt zurück

Eine generische Liste vom Typ XPathItem.

Gilt für: