共用方式為


WebPartPage.Dispose method

釋放WebPartPage基底類別所使用的所有資源。

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

Syntax

'宣告
Public Overrides Sub Dispose
'用途
Dim instance As WebPartPage

instance.Dispose()
public override void Dispose()

Implements

IDisposable.Dispose()

備註

衍生自WebPartPage基底類別的任何自訂的WebPartPage 類別應該覆寫這個Dispose方法,以執行任何所需的衍生類別的其他清除。

請參閱

參照

WebPartPage class

WebPartPage members

Microsoft.SharePoint.WebPartPages namespace