ActivityPreviewDesigner.Dispose(Boolean) Método
Definição
Libera os recursos não gerenciados usados pelo ActivityPreviewDesigner e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the ActivityPreviewDesigner 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)
Parâmetros
- disposing
- Boolean
true para liberar os recursos gerenciados; caso contrário, false.true to release the managed resources; otherwise, false.