XmlProcessingInstruction.WriteContentTo(XmlWriter) 方法

定義

將此節點的所有子系儲存到指定的 XmlWriter。 因為 ProcessingInstruction 節點沒有子節點,所以這個方法不會有任何效果。

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)

參數

w
XmlWriter

要儲存的目標 XmlWriter

備註

此方法是檔物件模型 (DOM) Microsoft延伸模組。

適用於