IPXC_StampsManager::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_StampsManager::Item Property}}
 
{{#customTitle:IPXC_StampsManager::Item Property}}
 +
{{#parentPage:PXV:IPXC_StampsManager#Properties|Item|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Item''' of interface [[PXV:IPXC_StampsManager|IPXC_StampsManager]] returns  Pointer to [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] ...
 
Property '''Item''' of interface [[PXV:IPXC_StampsManager|IPXC_StampsManager]] returns  Pointer to [[PXV:IPXC_StampsCollection|IPXC_StampsCollection]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, [out, retval] IPXC_StampsCollection** ppCollection);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG                   nIndex,
 +
                [out, retval] IPXC_StampsCollection** pCollection);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''index''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_StampsManager|IPXC_StampsManager]].
+
[[PXV:IPXC_StampsManager|IPXC_StampsManager]]

Latest revision as of 03:38, 15 June 2015


Property Item of interface IPXC_StampsManager returns Pointer to IPXC_StampsCollection ...

Syntax

HRESULT get_Item([in]           ULONG                    nIndex,
                 [out, retval]  IPXC_StampsCollection**  pCollection);

Parameters

nIndex
[in] Value of ULONG.

See Also

IPXC_StampsManager