共用方式為


INotifyObjectDisposed.Disposed 事件

發生於處置物件時。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Event Disposed As EventHandler
event EventHandler Disposed

備註

處置物件之後,任何對其屬性或方法的呼叫將會擲回 ObjectDisposedException 錯誤。 這個事件可用於移除對剛剛已處置物件的參照。

存取此事件中的任何物件成員將會擲回 ObjectDisposedException

如果您需要從事件取消訂閱,或是存取其他物件成員,請考慮使用 Disposing 事件 (如果有提供的話)。

.NET Framework 安全性

請參閱

參考

INotifyObjectDisposed 介面

Microsoft.VisualStudio.SharePoint 命名空間