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

OnStartupComplete() public method

Implements the OnStartupComplete method of the IDTExtensibility2 interface. Receives notification that the host application has completed loading.
public OnStartupComplete ( Array &custom ) : void
custom System.Array
return void
        public void OnStartupComplete(ref Array custom)
        {
        }