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

OnBeginShutdown() public method

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
return void
        public void OnBeginShutdown(ref Array custom)
        {
        }