XamlXmlWriter.Dispose(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放 XamlXmlWriter 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
protected:
override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)
參數
- disposing
- Boolean
true
表示釋放 Unmanaged 資源,否則為 false
。
備註
此實作會在基礎 TextWriterXmlWriter 或 上呼叫 Close
,其中 位於 CloseOutputtrue
任何提供的 XamlXmlWriterSettings 案例中。 否則,它會呼叫 Flush 。