Share via


Package.IVsPackage.Close Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Closes and disposes the package.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Private Function Close As Integer Implements IVsPackage.Close
'Usage
Dim instance As Package 
Dim returnValue As Integer 

returnValue = CType(instance, IVsPackage).Close()
int IVsPackage.Close()
private:
virtual int Close() sealed = IVsPackage::Close
JScript does not support explicit interface implementations.

Return Value

Type: System.Int32
If the method succeeds, S_OK, otherwise an error code.

Implements

IVsPackage.Close()

.NET Framework Security

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace