Aracılığıyla paylaş


XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) Yöntem

Tanım

Bir liste veya XPathItem nesne dizisini XPathNavigator nesne veya değer dizisine dönüştürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

listItems
IList<XPathItem>

XPathItemÖrnek dizisi.

Döndürülenler

IList<XPathNavigator>

Türün genel bir listesi XPathNavigator .

Şunlara uygulanır