Aracılığıyla paylaş


XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) Yöntem

Tanım

Bir nesne veya değer dizisini XPathNavigator bir nesne listesine veya nesne dizisine XPathItem 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::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)

Parametreler

listNavigators
IList<XPathNavigator>

Örnek dizisi XPathNavigator .

Döndürülenler

türünde XPathItemgenel bir liste.

Şunlara uygulanır