IPXC_ActionsList::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 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionsList::Item Property}}
 
{{#customTitle:IPXC_ActionsList::Item Property}}
{{#parentPage:PXV:IPXC_ActionsList|Item Property|property}}
+
{{#parentPage:PXV:IPXC_ActionsList#Properties|Item|property}}
{{ToReview}}
+
  
 
Gets action by index from the actions list.
 
Gets action by index from the actions list.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG          index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG          Index,
 
                 [out, retval]  IPXC_Action**  ppAction);
 
                 [out, retval]  IPXC_Action**  ppAction);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;index
+
;Index
 
:[in]  Index of the action you want to get from the actions list.
 
:[in]  Index of the action you want to get from the actions list.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]].
+
[[PXV:IPXC_ActionsList|IPXC_ActionsList]]

Latest revision as of 02:10, 4 June 2015

Gets action by index from the actions list.

Syntax

HRESULT get_Item([in]           ULONG          Index,
                 [out, retval]  IPXC_Action**  ppAction);

Parameters

Index
[in] Index of the action you want to get from the actions list.

See Also

IPXC_ActionsList