XsltConvert.ToNodeSet Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Converte os valores especificados em uma sequência de nós.
Sobrecargas
ToNodeSet(IList<XPathItem>) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Converte os itens em uma sequência de nós. |
ToNodeSet(XPathItem) |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Converte o valor especificado em um nó. |
ToNodeSet(IList<XPathItem>)
- Origem:
- XsltConvert.cs
- Origem:
- XsltConvert.cs
- Origem:
- XsltConvert.cs
Converte os itens em uma sequência de nós.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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)
Parâmetros
Retornos
Uma sequência de instâncias XPathNavigator.
Aplica-se a
ToNodeSet(XPathItem)
- Origem:
- XsltConvert.cs
- Origem:
- XsltConvert.cs
- Origem:
- XsltConvert.cs
Converte o valor especificado em um nó.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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)
Parâmetros
Retornos
Uma instância da classe XmlQuerySequence<T>.