XsltConvert.EnsureNodeSet(IList<XPathItem>) Yöntem

Tanım

Belirtilen nesne dizisinin bir sonuç ağacı parçası olmamasını ve bir düğüm kümesine dönüştürülebilmesini sağlar.

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 ^> ^ EnsureNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> EnsureNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member EnsureNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function EnsureNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

Parametreler

listItems
IList<XPathItem>

XPathItemÖrnek dizisi.

Döndürülenler

IList<XPathNavigator>

XPathNavigatorÖrnek dizisi.

Şunlara uygulanır