AI.nRepo.VSExtensions.Connect.OnDisconnection C# (CSharp) Method

OnDisconnection() public method

Implements the OnDisconnection method of the IDTExtensibility2 interface. Receives notification that the Add-in is being unloaded.
public OnDisconnection ( ext_DisconnectMode disconnectMode, Array &custom ) : void
disconnectMode ext_DisconnectMode
custom System.Array
return void
        public void OnDisconnection(ext_DisconnectMode disconnectMode, ref Array custom)
        {
        }