COMAddIns.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.