IUIX_ObjCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ObjCollection::Item Property}}
 
{{#customTitle:IUIX_ObjCollection::Item Property}}
{{#parentPage:PXV:IUIX_ObjCollection|property}}
+
{{#parentPage:PXV:IUIX_ObjCollection|Item Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IUIX_Obj** ppObjOut);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG       nIndex,
 +
                [out, retval] IUIX_Obj** ppObjOut);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_ObjCollection|IUIX_ObjCollection]].
 
See also [[PXV:IUIX_ObjCollection|IUIX_ObjCollection]].

Revision as of 06:51, 23 April 2015


Property Item of interface IUIX_ObjCollection returns Pointer to IUIX_Obj ...

Syntax

HRESULT get_Item([in]           ULONG       nIndex,
                 [out, retval]  IUIX_Obj**  ppObjOut);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IUIX_ObjCollection.