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 命名空間

其他資源

清除 Unmanaged 資源

實作 Dispose 方法