XmlEntity.InnerText 屬性

定義

取得實體節點的串連值和其所有的子節點。

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 擴充功能。

適用於