XmlEntity.WriteContentTo(XmlWriter) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將此節點的所有子系儲存到指定的 XmlWriter。 對於 XmlEntity
節點,這個方法沒有任何效果。
public:
override void WriteContentTo(System::Xml::XmlWriter ^ w);
public override void WriteContentTo (System.Xml.XmlWriter w);
override this.WriteContentTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteContentTo (w As XmlWriter)
參數
要儲存的目標 XmlWriter
。
備註
此方法是檔物件模型 (DOM) Microsoft延伸模組。