Partager via


XsltFunctions.OuterXml(XPathNavigator) Méthode

Définition

Obtient le balisage représentant les balises d'ouverture et de fermeture du nœud et de tous ses nœuds enfants identifiés par l'argument XPathNavigator.

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::String ^ OuterXml(System::Xml::XPath::XPathNavigator ^ navigator);
public static string OuterXml (System.Xml.XPath.XPathNavigator navigator);
static member OuterXml : System.Xml.XPath.XPathNavigator -> string
Public Shared Function OuterXml (navigator As XPathNavigator) As String

Paramètres

navigator
XPathNavigator

XPathNavigatorqui identifie le nœud.

Retours

String

Chaîne qui contient les balises d'ouverture et de fermeture du nœud actuel et de tous ses nœuds enfants identifiés par le paramètre navigator .

S’applique à