DiagramClientView.Dispose(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases all resources, managed and unmanaged, related to this class.
protected:
override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)
Parameters
- disposing
- Boolean
A value of true indicates that all resources (managed and unmanaged) should be disposed. A value of false indicates that Dispose has been called by the runtime from within the finalizer, so you should not reference other managed objects.