ServerDocument::IDisposable::Dispose Method ()

 

Releases all resources used by the ServerDocument.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

private:
virtual void Dispose() sealed = IDisposable::Dispose

Do not call the IDisposable::Dispose method directly in your own code. When you are finished using the ServerDocument, call the Close method instead. IDisposable::Dispose is called automatically when you call the Close method.

Return to top
Show: