BasePackagingPolicy.ReleaseXmlWriterForFixedDocument 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,将为当前的 XmlWriter 释放 FixedDocument。
public:
abstract void ReleaseXmlWriterForFixedDocument();
public abstract void ReleaseXmlWriterForFixedDocument ();
abstract member ReleaseXmlWriterForFixedDocument : unit -> unit
Public MustOverride Sub ReleaseXmlWriterForFixedDocument ()