COMAddIns.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the contents of the COMAddIns collection from the list of add-ins stored in the Windows Registry.
public:
void Update();
public void Update ();
abstract member Update : unit -> unit
Public Sub Update ()
Remarks
Before you can use a given COM add-in in a Microsoft Office application, that add-in must be registered in the Windows Registry as a COM component with a corresponding Component Category ID. Normally the setup program for a COM add-in will add the necessary entries to the Registry.