XmlEntity.InnerText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得實體節點的串連值和其所有的子節點。
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
屬性值
節點的串連值和其所有的子節點。
例外狀況
嘗試設定這個屬性。
備註
XmlEntity
節點是唯讀的。 設定這個屬性會擲回例外狀況。
這個屬性是文件物件模型的 Microsoft 擴充功能。