Partager via


XsltConvert.EnsureNodeSet(IList<XPathItem>) Méthode

Définition

Garantit que la séquence d’objets spécifiée n’est pas un fragment de l’arborescence résultat et qu’elle peut être convertie en un jeu de nœuds.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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)

Paramètres

listItems
IList<XPathItem>

Séquence d'instances XPathItem.

Retours

IList<XPathNavigator>

Séquence d'instances XPathNavigator.

S’applique à