XmlEntity.InnerXml Propiedad

Definición

Obtiene el marcado que representa los nodos secundarios de este nodo.

public:
 virtual property System::String ^ InnerXml { System::String ^ get(); void set(System::String ^ value); };
public override string InnerXml { get; set; }
member this.InnerXml : string with get, set
Public Overrides Property InnerXml As String

Valor de propiedad

Para nodos XmlEntity, se devuelve String.Empty.

Excepciones

Se intentó establecer la propiedad.

Comentarios

XmlEntity los nodos son de solo lectura. Al establecer esta propiedad, se produce una excepción.

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

Se aplica a