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

OnBeginShutdown() public méthode

Implements the OnBeginShutdown method of the IDTExtensibility2 interface. Receives notification that the host application is being unloaded.
public OnBeginShutdown ( Array &custom ) : void
custom System.Array
Résultat void
        public void OnBeginShutdown(ref Array custom)
        {
        }