Compartilhar via


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

Definição

Garante que a sequência de objetos especificada não é um fragmento de árvore de resultado e que ela pode ser convertida em um conjunto de nós.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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)

Parâmetros

listItems
IList<XPathItem>

Uma sequência de instâncias XPathItem.

Retornos

IList<XPathNavigator>

Uma sequência de instâncias XPathNavigator.

Aplica-se a