Package.IVsPackage.Close Method

Definition

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.

Implements

Applies to