Package.IVsPackage.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes and disposes the package.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close() = Microsoft::VisualStudio::Shell::Interop::IVsPackage::Close;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close() = Microsoft::VisualStudio::Shell::Interop::IVsPackage::Close;
int Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close();
int IVsPackage.Close ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close : unit -> int
Function Close () As Integer Implements IVsPackage.Close
Returns
If the method succeeds, S_OK, otherwise an error code.