INotifyObjectDisposed.IsDisposed 属性

获取对象是否已释放。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
ReadOnly Property IsDisposed As Boolean
    Get
bool IsDisposed { get; }

属性值

类型:System.Boolean
如果对象已释放,则为 True;否则为 false。

备注

即使释放对象后,也可以安全地检查此属性。 如果类实现 INotifyPropertyChanged,则释放对象时将为此属性引发 PropertyChanged 事件。

.NET Framework 安全性

请参见

参考

INotifyObjectDisposed 接口

Microsoft.VisualStudio.SharePoint 命名空间