Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the an object is disposed.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property IsDisposed As Boolean
bool IsDisposed { get; }
Property Value
Type: System.Boolean
True if the object is disposed; false otherwise.
Remarks
It is safe to check this property even after object is disposed. If a class implements INotifyPropertyChanged, then the PropertyChanged event will be raised for this property when the object becomes disposed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.