Condividi tramite


XsltConvert.ToNodeSet Metodo

Definizione

Converte i valori specificati in una sequenza di nodi.

Overload

ToNodeSet(IList<XPathItem>)

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

Converte gli elementi in una sequenza di nodi.

ToNodeSet(XPathItem)

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

Converte il valore specificato in un nodo.

ToNodeSet(IList<XPathItem>)

Converte gli elementi in una sequenza 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 ^> ^ ToNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (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

ToNodeSet(XPathItem)

Converte il valore specificato in un nodo.

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 ^> ^ ToNodeSet(System::Xml::XPath::XPathItem ^ item);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Xml.XPath.XPathItem item);
static member ToNodeSet : System.Xml.XPath.XPathItem -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (item As XPathItem) As IList(Of XPathNavigator)

Parametri

item
XPathItem

Istanza della classe XPathItem.

Restituisce

IList<XPathNavigator>

Istanza della classe XmlQuerySequence<T>.

Si applica a