XsltFunctions.OuterXml(XPathNavigator) Método

Definición

Contiene el marcado que representa las etiquetas de apertura y cierre del nodo y de todos sus nodos secundarios identificados por el argumento XPathNavigator.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

navigator
XPathNavigator

XPathNavigator que identifica el nodo.

Devoluciones

String

Cadena que contiene las etiquetas de apertura y cierre del nodo y de todos los nodos secundarios del nodo identificado por el parámetro navigator.

Se aplica a