Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A class implementing this interface notifies you when an object is disposed.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface INotifyObjectDisposed
public interface INotifyObjectDisposed
The INotifyObjectDisposed type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
IsDisposed | Gets whether the an object is disposed. |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
Disposed | Occurs when an object is disposed. |
Top
Remarks
After an object is disposed, it can no longer be used. Any call to its methods or properties will result in a ObjectDisposedException error.
.gif)
.gif)