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

Definição

Garante que a sequência de objetos especificada não seja um fragmento de árvore de resultados e que ela possa 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 XPathItem instâncias.

Retornos

Uma sequência de XPathNavigator instâncias.

Aplica-se a