XmlEntityReference.WriteTo(XmlWriter) 方法
定义
public:
override void WriteTo(System::Xml::XmlWriter ^ w);
public override void WriteTo (System.Xml.XmlWriter w);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (w As XmlWriter)
参数
要保存到其中的 XmlWriter
。The XmlWriter
to which you want to save.
注解
此方法是文档对象模型 (DOM) 的 Microsoft 扩展。This method is a Microsoft extension to the Document Object Model (DOM).