ServerDocument::IDisposable::Dispose Method ()
Releases all resources used by the ServerDocument.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Implements
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.
Show: