Sdílet prostřednictvím


XsltConvert.EnsureNodeSet(IList<XPathItem>) Metoda

Definice

Zajistí, že zadaná sekvence objektů není fragmentem stromu výsledek a že může být převedena na sadu uzlů.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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>

Sekvence XPathItem instancí.

Návraty

IList<XPathNavigator>

Sekvence XPathNavigator instancí.

Platí pro