DrawingContext.DisposeCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放 DrawingContext所使用的所有資源。
protected:
abstract void DisposeCore();
protected abstract void DisposeCore();
abstract member DisposeCore : unit -> unit
Protected MustOverride Sub DisposeCore ()
例外狀況
該物件已被封閉或處理。
備註
不要直接從程式碼呼叫這個方法;還是用這個 IDisposable.Dispose 方法吧。