EditorFactoryPackage.Close Method
Does cleanup when package is being unloaded.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors.VS (in SQLEditors.VS.dll)
Syntax
'Declaration
Public Overrides Function Close As Integer
'Usage
Dim instance As EditorFactoryPackage
Dim returnValue As Integer
returnValue = instance.Close()
public override int Close()
public:
virtual int Close() override
abstract Close : unit -> int
override Close : unit -> int
public override function Close() : int
Return Value
Type: System.Int32
An integer value.
Implements
IVsPackageClose()