ITCollection2 interface (tapi3if.h)

The ITCollection2 interface is an extension of the ITCollection interface. ITCollection2 exposes additional methods for modifying the collection.

Inheritance

The ITCollection2 interface inherits from the IDispatch interface. ITCollection2 also has these types of members:

Methods

The ITCollection2 interface has these methods.

 
ITCollection2::Add

The Add method inserts a new item into the collection at the specified index.
ITCollection2::Remove

The Remove method deletes an item from the collection at the specified index.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h

See also

IDispatch

ITCollection