COMAddIns.Item(Object) Method

Definition

Returns a member of the specified COMAddIns collection.

public:
 Microsoft::Office::Core::COMAddIn ^ Item(System::Object ^ % Index);
public Microsoft.Office.Core.COMAddIn Item (ref object Index);
abstract member Item : obj -> Microsoft.Office.Core.COMAddIn
Public Function Item (ByRef Index As Object) As COMAddIn

Parameters

Index
Object

Required Object. 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.

Returns

Applies to