IObjCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property pItem of interface IObjCollection returns Pointer to IUnknown* ...

Syntax

HRESULT get_Item([in]           ULONG       nIndex,
                 [out, retval]  IUnknown**  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IObjCollection