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

OnAddInsUpdate() public method

Implements the OnAddInsUpdate method of the IDTExtensibility2 interface. Receives notification when the collection of Add-ins has changed.
public OnAddInsUpdate ( Array &custom ) : void
custom System.Array
return void
        public void OnAddInsUpdate(ref Array custom)
        {
        }