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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ObjCollection::Item Property}}
 
{{#customTitle:IUIX_ObjCollection::Item Property}}
{{#parentPage:PXV:IUIX_ObjCollection|Item Property|property}}
+
{{#parentPage:PXV:IUIX_ObjCollection#Properties|Item|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG      nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG      nIndex,
                 [out, retval]  IUIX_Obj**  ppObjOut);
+
                 [out, retval]  IUIX_Obj**  pObjOut);
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_ObjCollection|IUIX_ObjCollection]].
+
[[PXV:IUIX_ObjCollection|IUIX_ObjCollection]]

Latest revision as of 04:32, 15 June 2015


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IUIX_ObjCollection