Condividi tramite


XsltConvert.EnsureNodeSet(IList<XPathItem>) Metodo

Definizione

Assicura che la sequenza di oggetti specificata non sia un frammento di albero risultato e che possa essere convertita in un set di nodi.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

listItems
IList<XPathItem>

Sequenza di istanze di XPathItem.

Restituisce

IList<XPathNavigator>

Sequenza di istanze di XPathNavigator.

Si applica a