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

Valor del atributo.

Excepciones

El XML especificado al establecer esta propiedad no tiene el formato correcto.

Comentarios

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

Se aplica a

Consulte también