XmlEntity.InnerXml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得表示這個節點子系的標記。
public:
virtual property System::String ^ InnerXml { System::String ^ get(); void set(System::String ^ value); };
public override string InnerXml { get; set; }
member this.InnerXml : string with get, set
Public Overrides Property InnerXml As String
屬性值
對於 XmlEntity
節點,會傳回 String.Empty。
例外狀況
嘗試設定這個屬性。
備註
XmlEntity
節點是唯讀的。 設定此屬性會擲回例外狀況。
這個屬性是文件物件模型的 Microsoft 擴充功能。