共用方式為


INotifyObjectDisposed.IsDisposed 屬性

取得是否已處置物件。

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

語法

'宣告
ReadOnly Property IsDisposed As Boolean
bool IsDisposed { get; }

屬性值

型別:System.Boolean
如果物件已處置,則為 True,否則為 false。

備註

即使在處置物件之後,也可以安全地檢查這個屬性。如果類別實作 INotifyPropertyChanged,當已處置物件時,就會針對此屬性引發 PropertyChanged 事件。

.NET Framework 安全性

請參閱

參考

INotifyObjectDisposed 介面

Microsoft.VisualStudio.SharePoint 命名空間