CanEasy COM-Help
CanEasy::ICanEasyItemComCol Interface Reference

Inherits IDispatch.

Detailed Description

Collection of CanEasyItems

interface ICanEasyItemComCol : IDispatch //IHiddenCol
{
HRESULT Item([in] VARIANT vIndex, [out, retval] ICanEasyItemCom **pVal);
HRESULT AddItem([in] ICanEasyItemCom *pItem);
HRESULT RemoveItem([in] ICanEasyItemCom *pItem);
};

Definition at line 6796 of file cand_tlb.idl.

Member Function Documentation

◆ AddItem()

HRESULT CanEasy::ICanEasyItemComCol::AddItem ( [in] ICanEasyItemCom pItem)

Adds new CanEasy item into the collection

◆ RemoveItem()

HRESULT CanEasy::ICanEasyItemComCol::RemoveItem ( [in] ICanEasyItemCom pItem)

Removes CanEasy from the collection

Property Documentation

◆ Item

ICanEasyItemCom CanEasy::ICanEasyItemComCol::Item([in] VARIANT vIndex)
get

Returns CanEasyItem by name or index

CanEasy::ICanEasyItemComCol::Item
ICanEasyItemCom Item([in] VARIANT vIndex)
CanEasy::ICanEasyItemComCol::RemoveItem
HRESULT RemoveItem([in] ICanEasyItemCom *pItem)
CanEasy::ICanEasyItemComCol::AddItem
HRESULT AddItem([in] ICanEasyItemCom *pItem)