_Global.AddIns Property

Gets the program-specific AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (click the Office button, click PowerPoint Options, click Add-Ins, click PowerPoint Add-Ins on the Manage list).

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.AddIns

Remarks

Microsoft Office PowerPoint-specific add-ins are identified by a .ppa or .ppam file name extension. Component Object Model (COM) add-ins can be used universally across Microsoft programming products and have a .dll or .exe file name extension.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.PowerPoint Namespace