XmlAttribute.InnerXml Propiedad

Definición

Establece el valor del atributo.

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

Valor de propiedad

String

Valor del atributo.

Excepciones

El código XML especificado al establecer esta propiedad no es correcto.

Comentarios

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

Se aplica a

Consulte también