XsltConvert.ToNode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit la valeur spécifiée en un nœud.
Surcharges
ToNode(IList<XPathItem>) |
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code. Convertit une valeur spécifiée en un nœud. |
ToNode(XPathItem) |
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code. Convertit la valeur spécifiée en un nœud. |
ToNode(IList<XPathItem>)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Convertit une valeur spécifiée en un nœud.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static System::Xml::XPath::XPathNavigator ^ ToNode(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Xml.XPath.XPathNavigator ToNode (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToNode : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Xml.XPath.XPathNavigator
Public Shared Function ToNode (listItems As IList(Of XPathItem)) As XPathNavigator
Paramètres
Retours
Instance de la classe XPathNavigator.
S’applique à
ToNode(XPathItem)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Convertit la valeur spécifiée en un nœud.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static System::Xml::XPath::XPathNavigator ^ ToNode(System::Xml::XPath::XPathItem ^ item);
public static System.Xml.XPath.XPathNavigator ToNode (System.Xml.XPath.XPathItem item);
static member ToNode : System.Xml.XPath.XPathItem -> System.Xml.XPath.XPathNavigator
Public Shared Function ToNode (item As XPathItem) As XPathNavigator
Paramètres
Retours
Instance de la classe XPathNavigator.