CachedDataItemEnumerator.IDisposable.Dispose 方法

释放由 CachedDataItemEnumerator 使用的所有资源。

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

语法

声明
Private Sub Dispose Implements IDisposable.Dispose
void IDisposable.Dispose()

实现

IDisposable.Dispose()

备注

使用完 CachedDataItemEnumerator 后调用 IDisposable.Dispose。 IDisposable.Dispose 方法使 CachedDataItemEnumerator 处于不可用状态。 调用完 IDisposable.Dispose 后,必须释放对 CachedDataItemEnumerator 的所有引用,这样垃圾回收器才能收回 CachedDataItemEnumerator 占用的内存。 有关更多信息,请参见清理非托管资源实现 Dispose 方法

备注

每次释放对 CachedDataItemEnumerator 的最后一个引用前,均应调用 IDisposable.Dispose。否则,在垃圾回收器调用 CachedDataItemEnumerator 对象的 Finalize 方法之前,正在使用的资源不会被释放。

此方法是显式的接口成员实现。 它只能在 CachedDataItemEnumerator 实例强制转换为 IDisposable 接口时使用。

.NET Framework 安全性

请参见

参考

CachedDataItemEnumerator 类

Microsoft.VisualStudio.Tools.Applications 命名空间