AddIns Interface
A collection of AddIn objects that represent all the Microsoft PowerPoint-specific add-ins available to PowerPoint, regardless of whether or not they are loaded. This does not include Component Object Model (COM) add-ins.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("91493460-5A91-11CF-8700-00AA0060263B")> _
Public Interface AddIns _
Inherits Collection
'Usage
Dim instance As AddIns
[GuidAttribute("91493460-5A91-11CF-8700-00AA0060263B")]
public interface AddIns : Collection