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

Definição

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

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir 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.

Devoluções

Uma sequência de XPathNavigator instâncias.

Aplica-se a