XmlDocument.InnerText Propriété

Définition

Obtient le texte à l’intérieur du code XML.

public:
 property Platform::String ^ InnerText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring InnerText();

void InnerText(winrt::hstring value);
public string InnerText { get; set; }
var string = xmlDocument.innerText;
xmlDocument.innerText = string;
Public Property InnerText As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte de l’intérieur du code XML. Retourne une chaîne vide s’il n’y a pas de texte.

Implémente

S’applique à