Can you talk across add-ins? With the old IDTExtensibility2 model? With the new VSTO model? COM Add-ins can be accessed (from any code that can talk to the host application’s OM ) via the COMAddins collection property on the host Application object. The
Read More...