IObjCollection::Item Property

From PDF XChange PDF SDK
Revision as of 06:52, 12 June 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       Index,
                 [out, retval]  IUnknown**  Item);

Parameters

Index
[in] Value of ULONG.

See Also

IObjCollection