AddIn Interface

Represents a single add-in, either loaded or not loaded.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493461-5A91-11CF-8700-00AA0060263B")> _
Public Interface AddIn
'Usage
Dim instance As AddIn
[GuidAttribute("91493461-5A91-11CF-8700-00AA0060263B")]
public interface AddIn

Remarks

The AddIn object is a member of the AddIns collection. The AddIns collection contains all of the Microsoft PowerPoint–specific add-ins available, regardless of whether or not they are loaded. The collection does not include Component Object Model (COM) add-ins.

See Also

Reference

AddIn Members

Microsoft.Office.Interop.PowerPoint Namespace