Share via


COMAddIns Interface 

A collection of COMAddIns objects that provide information about a COM add-in registered in the Windows Registry.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class oMAddInsImplementation
    Implements COMAddIns
End Class
Dim oMAddInsImplementation1 As New oMAddInsImplementation()

Syntax

Public Interface COMAddIns
    Inherits _IMsoDispObj, IEnumerable
public interface COMAddIns : _IMsoDispObj, IEnumerable
public interface class COMAddIns : public _IMsoDispObj, IEnumerable
public interface COMAddIns implements _IMsoDispObj, IEnumerable
public interface COMAddIns implements _IMsoDispObj, , IEnumerable

Remarks

Use the COMAddIns property of the Application object to return the COMAddIns collection for a Microsoft Office host application. This collection contains all of the COM add-ins that are available to a given Office host application, and the Count property of the COMAddins collection returns the number of available COM add-ins.

Use the Update method of the COMAddins collection to refresh the list of COM add-ins from the Windows Registry.

Use COMAddIns.Item(index), where index is either an ordinal value that returns the COM add-in at that position in the COMAddIns collection, or a String value that represents the ProgID of the specified COM add-in.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

COMAddIns Members