ConditionEditorController.Dispose(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
僅供參考之用。 不支援。 我們無法保證未來的相容性。
釋放 ConditionEditorController 類別所使用的所有資源。
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 若管理資源應被處置;否則,為 False。