XsltConvert.ToNodeSet Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
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
Retouren
Een exemplaar van de XmlQuerySequence<T> klasse.