XsltConvert.EnsureNodeSet(IList<XPathItem>) Metoda

Definicja

Zapewnia, że określona sekwencja obiektów nie jest fragmentem drzewa wyników i że może zostać przekonwertowana na zestaw węzłów.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

listItems
IList<XPathItem>

Sekwencja XPathItem wystąpień.

Zwraca

IList<XPathNavigator>

Sekwencja XPathNavigator wystąpień.

Dotyczy