_Application.COMAddIns Property
Returns a reference to the COMAddIns collection that represents all the Component Object Model (COM) add-ins currently loaded in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property COMAddIns As COMAddIns
Get
'Usage
Dim instance As _Application
Dim value As COMAddIns
value = instance.COMAddIns
COMAddIns COMAddIns { get; }
Property Value
Type: COMAddIns
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).