IObjCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IObjCollection::Item Property}}
 
{{#customTitle:IObjCollection::Item Property}}
 +
{{#parentPage:PXV:IObjCollection|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IObjCollection|IObjCollection]] returns  Pointer to IUnknown* ...
 
Property '''Item''' of interface [[PXV:IObjCollection|IObjCollection]] returns  Pointer to IUnknown* ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:38, 20 April 2015


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

See also IObjCollection.