AI.nRepo.VSExtensions.Connect.OnDisconnection C# (CSharp) Méthode

OnDisconnection() public méthode

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
Résultat void
        public void OnDisconnection(ext_DisconnectMode disconnectMode, ref Array custom)
        {
        }