IObjCollection::Item Property

From PDF XChange PDF SDK
Revision as of 06:44, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IObjCollection.