Share via


WebPartZone.Dispose method

Releases all the resources that are owned by the Web Part zone before the zone is unloaded.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub Dispose
'Usage
Dim instance As WebPartZone

instance.Dispose()
public override void Dispose()

Implements

IDisposable.Dispose()

Remarks

The override release the resources used by the current instance of the WebPartZone class.

See also

Reference

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace