LinkLabel.Dispose (Método) (Boolean)

Libera los recursos no administrados que usa LinkLabel y libera los recursos administrados de forma opcional.

Espacio de nombres:  Microsoft.Office.Tools.Excel.Controls
Ensamblado:  Microsoft.Office.Tools.Excel.v4.0.Utilities (en Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Sintaxis

'Declaración
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
protected override void Dispose(
    bool disposing
)

Parámetros

  • disposing
    Tipo: System.Boolean
    Es true para liberar tanto recursos administrados como no administrados; es false para liberar únicamente recursos no administrados.

Comentarios

This method is called by the public Dispose method and the Finalize method. Dispose() invokes the protected Dispose(Boolean) method with the disposing parameter set to true. Finalize invokes Dispose with disposing set to false.

When the disposing parameter is true, this method releases all resources held by any managed objects that this LinkLabel references. This method invokes the Dispose() method of each referenced object.

Notas para los herederos

Dispose can be called multiple times by other objects. When overriding Dispose(Boolean), be careful not to reference objects that have been previously disposed of in an earlier call to Dispose. For more information about how to implement Dispose(Boolean), see Implementar un método Dispose.

For more information about Dispose and Finalize, see Limpiar recursos no administrados.

Seguridad de .NET Framework

Vea también

Referencia

LinkLabel Clase

Dispose (Sobrecarga)

Microsoft.Office.Tools.Excel.Controls (Espacio de nombres)