_Application.COMAddIns Property

Definition

Returns a reference to the COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Word.

public:
 property Microsoft::Office::Core::COMAddIns ^ COMAddIns { Microsoft::Office::Core::COMAddIns ^ get(); };
public Microsoft.Office.Core.COMAddIns COMAddIns { get; }
member this.COMAddIns : Microsoft.Office.Core.COMAddIns
Public ReadOnly Property COMAddIns As COMAddIns

Property Value

Remarks

These are listed in the COM Add-Ins dialog box. You can add the COM Add-Ins command to your Tools menu by using the Customize dialog box (Tools menu).

Applies to