XmlDocument.InnerText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Texte de l’intérieur du code XML. Retourne une chaîne vide s’il n’y a pas de texte.