XmlNotation.OuterXml Propiedad

Definición

Obtiene el marcado que representa este nodo y todos sus nodos secundarios.

public:
 virtual property System::String ^ OuterXml { System::String ^ get(); };
public override string OuterXml { get; }
member this.OuterXml : string
Public Overrides ReadOnly Property OuterXml As String

Valor de propiedad

String

Para nodos XmlNotation, se devuelve String.Empty.

Comentarios

Esta propiedad es una extensión de Microsoft para Document Object Model (DOM).

Se aplica a