XmlCharacterData.InnerText Propriedade
Definição
Obtém ou define os valores concatenados do nó e de todos os filhos dele.Gets or sets the concatenated values of the node and all the children of the node.
public:
virtual property System::String ^ InnerText { System::String ^ get(); void set(System::String ^ value); };
public override string InnerText { get; set; }
member this.InnerText : string with get, set
Public Overrides Property InnerText As String
Valor da propriedade
Os valores concatenados do nó e todos os filhos do nó.The concatenated values of the node and all the children of the node.
Comentários
Essa propriedade é uma extensão da Microsoft do DOM (Modelo de Objeto do Documento).This property is a Microsoft extension to the Document Object Model (DOM).