XmlElement.InnerText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 = xmlElement.innerText;
xmlElement.innerText = string;
Public Property InnerText As String
屬性值
XML 內的文字。 如果沒有文字,則傳回空字串。