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)
Syntax
'Declaration
Private Sub Dispose Implements IDisposable.Dispose
void IDisposable.Dispose()
Implements
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications Namespace