_Global.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 _Global
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 Microsoft Word add-in libraries (WLLs) listed in the Templates and Add-ins dialog box (Tools menu).

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace