_Application.AddIns Property
Returns a AddIns collection that represents all available add-ins, regardless of whether they're currently loaded.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property AddIns As AddIns
Get
'Usage
Dim instance As _Application
Dim value As AddIns
value = instance.AddIns
AddIns AddIns { get; }
Property Value
Type: Microsoft.Office.Interop.Word.AddIns
Remarks
The AddIns collection includes the global templates and Word add-in libraries (WLLs) listed in the Templates and Add-ins dialog box (Tools menu).