FreeformActivityDesigner.Dispose(Boolean) Method

Definition

Releases the unmanaged resources used by the FreeformActivityDesigner and optionally releases the managed resources.

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

true if the designer is being disposed; false if the designer is being finalized.

Applies to