IVsDataEnvironment::Dispose Method ()
Visual Studio 2015
Provides a method for implementers to execute code before the interface is released.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Implementers can use the Dispose method to perform any actions required before the interface is released. Note that the Dispose method does not release the interface—the client must explicitly call Release to release the interface.
Show: