XmlAttribute.InnerXml Proprietà

Definizione

Imposta il valore dell'attributo.

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

Valore della proprietà

Valore dell'attributo.

Eccezioni

Il codice XML specificato durante l'impostazione di questa proprietà non è ben formato.

Commenti

Questa proprietà è un'estensione Microsoft per il DOM (Document Object Model).

Si applica a

Vedi anche