ServerDocument.IDisposable.Dispose 方法

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

命名空间:  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()

备注

不要直接从自己的代码调用 IDisposable.Dispose 方法。使用完 ServerDocument 后,请调用 Close 方法。在您调用 Close 方法时,IDisposable.Dispose 将被自动调用。

.NET Framework 安全性

请参见

参考

ServerDocument 类

Microsoft.VisualStudio.Tools.Applications 命名空间

其他资源

清理非托管资源

实现 Dispose 方法