XsltConvert.ToNodeSet Methode

Definitie

Converteert de opgegeven waarden naar een reeks knooppunten.

Overloads

Name Description
ToNodeSet(IList<XPathItem>)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Converteert de items naar een reeks knooppunten.

ToNodeSet(XPathItem)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Converteert de opgegeven waarde naar een knooppunt.

ToNodeSet(IList<XPathItem>)

Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs

Converteert de items naar een reeks knooppunten.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

listItems
IList<XPathItem>

Een reeks XPathItem exemplaren.

Retouren

Een reeks XPathNavigator exemplaren.

Van toepassing op

ToNodeSet(XPathItem)

Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs
Bron:
XsltConvert.cs

Converteert de opgegeven waarde naar een knooppunt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

item
XPathItem

Een exemplaar van de XPathItem klasse.

Retouren

Een exemplaar van de XmlQuerySequence<T> klasse.

Van toepassing op